Align namespaces in Umbraco.Web.Website
This commit is contained in:
@@ -6,7 +6,6 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Umbraco.Cms.Core.DependencyInjection;
|
||||
using Umbraco.Extensions;
|
||||
using Umbraco.Web.Website.DependencyInjection;
|
||||
|
||||
namespace Umbraco.Web.UI.NetCore
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
@using Umbraco.Cms.Core.Security
|
||||
@using Umbraco.Core.Security
|
||||
@using Umbraco.Cms.Web.Website.Controllers
|
||||
@using Umbraco.Extensions
|
||||
@using Umbraco.Web.Website.Controllers
|
||||
@inherits Umbraco.Cms.Web.Common.Macros.PartialViewMacroPage
|
||||
@inject IUmbracoWebsiteSecurityAccessor UmbracoWebsiteSecurityAccessor
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@using Microsoft.AspNetCore.Http.Extensions
|
||||
@using Umbraco.Cms.Core.Models.Security
|
||||
@using Umbraco.Cms.Web.Website.Controllers
|
||||
@using Umbraco.Extensions
|
||||
@using Umbraco.Web.Website.Controllers
|
||||
@inherits Umbraco.Cms.Web.Common.Macros.PartialViewMacroPage
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
@using Umbraco.Cms.Core.Models.Security
|
||||
@using Umbraco.Cms.Core.Security
|
||||
@using Umbraco.Core.Security
|
||||
@using Umbraco.Cms.Web.Website.Controllers
|
||||
@using Umbraco.Extensions
|
||||
@using Umbraco.Web.Website.Controllers
|
||||
@inherits Umbraco.Cms.Web.Common.Macros.PartialViewMacroPage
|
||||
@inject IUmbracoWebsiteSecurityAccessor UmbracoWebsiteSecurityAccessor
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
@using Umbraco.Cms.Core.Security
|
||||
@using Umbraco.Core.Security
|
||||
@using Umbraco.Cms.Web.Website.Controllers
|
||||
@using Umbraco.Extensions
|
||||
@using Umbraco.Web.Website.Controllers
|
||||
@inherits Umbraco.Cms.Web.Common.Macros.PartialViewMacroPage
|
||||
@inject IUmbracoWebsiteSecurityAccessor UmbracoWebsiteSecurityAccessor
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@model Umbraco.Web.Website.Models.NoNodesViewModel
|
||||
@model Umbraco.Cms.Web.Website.Models.NoNodesViewModel
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user