Refactor IPublishedContent.Parent()

This commit is contained in:
Stephan
2019-04-22 11:59:06 +02:00
parent a996d46b6f
commit 41e14a62c0
24 changed files with 62 additions and 67 deletions

View File

@@ -139,7 +139,7 @@ namespace Umbraco.Tests.LegacyXmlPublishedCache
private readonly Func<DictionaryPublishedContent, string, IPublishedProperty> _getProperty;
private readonly IAppCache _appCache;
public override IPublishedContent Parent => _getParent.Value;
public override IPublishedContent Parent() => _getParent.Value;
public int ParentId { get; private set; }