Introduce IPublishedContentType

This commit is contained in:
Stephan
2019-04-15 13:04:14 +02:00
parent 747a8cba2e
commit 34ad8dfb8d
38 changed files with 183 additions and 140 deletions

View File

@@ -166,7 +166,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
#region Content Type
/// <inheritdoc />
public override PublishedContentType ContentType => _contentNode.ContentType;
public override IPublishedContentType ContentType => _contentNode.ContentType;
#endregion