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

@@ -22,9 +22,9 @@ using Umbraco.Cms.Web.BackOffice.PropertyEditors;
using Umbraco.Cms.Web.BackOffice.Routing;
using Umbraco.Cms.Web.BackOffice.Security;
using Umbraco.Cms.Web.BackOffice.Trees;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Core;
using Umbraco.Extensions;
using Umbraco.Web.Common.Attributes;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Cms.Web.BackOffice.Controllers