Align namespaces in Umbraco.Web.Common

This commit is contained in:
Mole
2021-02-10 11:42:04 +01:00
parent 428e80f515
commit 55aa2edb72
303 changed files with 464 additions and 649 deletions

View File

@@ -17,11 +17,11 @@ using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Web.BackOffice.Controllers;
using Umbraco.Cms.Web.BackOffice.Routing;
using Umbraco.Cms.Web.Common.Install;
using Umbraco.Cms.Web.Common.Security;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Security;
using Umbraco.Web.Common.Install;
using Umbraco.Web.Common.Security;
namespace Umbraco.Tests.UnitTests.AutoFixture
{