Align namespaces in Services to Umbraco.Cms.Infrastructure

This commit is contained in:
Mole
2021-02-15 12:51:42 +01:00
parent 0cc3645146
commit 33c8396ad2
77 changed files with 86 additions and 89 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Services.Implement;
using Umbraco.Cms.Infrastructure.Services.Implement;
using Umbraco.Extensions;
namespace Umbraco.Cms.Core.PropertyEditors