Align namespaces in Umbraco.Web.BackOffice

This commit is contained in:
Mole
2021-02-10 11:11:18 +01:00
parent 737b471647
commit 428e80f515
248 changed files with 419 additions and 764 deletions

View File

@@ -1,16 +1,13 @@
using System;
using System.Reflection.Metadata;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Core;
using Umbraco.Web.Cache;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.PublishedCache;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Web.BackOffice.Controllers
namespace Umbraco.Cms.Web.BackOffice.Controllers
{
[PluginController(Constants.Web.Mvc.BackOfficeApiArea)]
public class PublishedSnapshotCacheStatusController : UmbracoAuthorizedApiController