WIP still pulling apart models, binders, validators

This commit is contained in:
Shannon
2018-08-01 15:40:54 +10:00
parent fc3c8bab45
commit c073ab2731
32 changed files with 404 additions and 387 deletions

View File

@@ -5,9 +5,8 @@ using Umbraco.Core.Models;
namespace Umbraco.Web.Models.ContentEditing
{
public abstract class ContentItemDisplayBase<T, TPersisted> : TabbedContentItem<T, TPersisted>, INotificationModel, IErrorModel
public abstract class ContentItemDisplayBase<T> : TabbedContentItem<T>, INotificationModel, IErrorModel
where T : ContentPropertyBasic
where TPersisted : IContentBase
{
protected ContentItemDisplayBase()
{