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

@@ -3,8 +3,8 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Web.Cache;
using Umbraco.Web.Common.Attributes;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Cms.Web.BackOffice.Controllers