Align namespaces in Trees to Umbraco.Cms.Core

This commit is contained in:
Mole
2021-02-15 12:57:58 +01:00
parent 9f012200dc
commit f0362d4790
3 changed files with 4 additions and 7 deletions

View File

@@ -1,10 +1,7 @@
using System.Globalization;
using System.Linq;
using System.Runtime.Serialization;
using Umbraco.Cms.Core;
using System.Runtime.Serialization;
using Umbraco.Cms.Core.Trees;
namespace Umbraco.Web.Models.Trees
namespace Umbraco.Cms.Core.Models.Trees
{
/// <summary>
/// A tree node that represents various types of root nodes

View File

@@ -9,12 +9,12 @@ using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Umbraco.Cms.Core.Mapping;
using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Core.Models.Trees;
using Umbraco.Cms.Core.Security;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Web.BackOffice.Trees;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Extensions;
using Umbraco.Web.Models.Trees;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Cms.Web.BackOffice.Controllers

View File

@@ -8,6 +8,7 @@ using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Primitives;
using Umbraco.Cms.Core.Models.Trees;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Trees;
using Umbraco.Cms.Web.BackOffice.Controllers;
@@ -16,7 +17,6 @@ using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Cms.Web.Common.Filters;
using Umbraco.Cms.Web.Common.ModelBinders;
using Umbraco.Extensions;
using Umbraco.Web.Models.Trees;
using static Umbraco.Cms.Core.Constants.Web.Routing;
using Constants = Umbraco.Cms.Core.Constants;