Migrated Media controller + ContentTypeControllerBase + ContentTypeController, MediaTypeController

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-06-12 22:13:43 +02:00
parent 52bc003c8e
commit 834a8173d0
31 changed files with 1045 additions and 1031 deletions

View File

@@ -17,11 +17,10 @@ using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
using Umbraco.Core.Strings;
using Umbraco.Extensions;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Exceptions;
using Umbraco.Web.Models.ContentEditing;
namespace Umbraco.Web.Editors
namespace Umbraco.Web.BackOffice.Controllers
{
/// <summary>
/// An abstract base controller used for media/content/members to try to reduce code replication.