Facade cleanup and refactoring

This commit is contained in:
Stephan
2017-09-26 14:57:50 +02:00
parent 91b8f073ad
commit c24fdc0ddf
53 changed files with 831 additions and 757 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.PublishedCache
private readonly object _locko = new object();
private readonly object _sourceValue;
protected readonly IPublishedElement Set;
protected readonly IPublishedElement Set; // fixme rename
protected readonly bool IsPreviewing;
protected readonly bool IsMember;