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

@@ -243,7 +243,7 @@ namespace Umbraco.Tests.PublishedContent
return property;
}
public PublishedContentType ContentType { get; set; }
public IPublishedContentType ContentType { get; set; }
}
}
}