Netcore: Align Namespaces in Tests and Web.BackOffice (#9274)
* Align namespaces in integration tests * Align namespaces in unit tests * Align namespaces in Backoffice.Filters * Align namespaces in Backoffice.ActionResults * Align namespaces in Backoffice.Mapping * Align namespaces in Backoffice.PorpertyEditors and SignalR * Align namespaces in Backoffice.Trees * Align unit tests after migration
This commit is contained in:
@@ -10,10 +10,11 @@ using Umbraco.Core.Models.PublishedContent;
|
||||
using Umbraco.Core.Models.Membership;
|
||||
using Umbraco.Core.Services;
|
||||
using Umbraco.Web.Models.ContentEditing;
|
||||
using Umbraco.Web.Models.Mapping;
|
||||
using Umbraco.Web.Routing;
|
||||
using Umbraco.Web.Trees;
|
||||
using Umbraco.Web.BackOffice.Trees;
|
||||
|
||||
namespace Umbraco.Web.Models.Mapping
|
||||
namespace Umbraco.Web.BackOffice.Mapping
|
||||
{
|
||||
/// <summary>
|
||||
/// Declares how model mappings for content
|
||||
|
||||
Reference in New Issue
Block a user