Align namespaces in root of infrastructure

This commit is contained in:
Mole
2021-02-15 13:14:07 +01:00
parent 7f58b3479b
commit eb091f8dcd
30 changed files with 20 additions and 33 deletions

View File

@@ -3,13 +3,13 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.Models.TemplateQuery;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Web.BackOffice.Filters;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Extensions;
using Umbraco.Web;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Cms.Web.BackOffice.Controllers