Cleanup IPublishedContent

This commit is contained in:
Stephan
2018-04-28 16:34:43 +02:00
parent 27390afe86
commit ce8775b3e7
30 changed files with 855 additions and 540 deletions

View File

@@ -8,6 +8,10 @@ namespace Umbraco.Tests.Testing.Objects.Accessors
public class TestPublishedVariationContextAccessor : IPublishedVariationContextAccessor
{
/// <inheritdoc />
public PublishedVariationContext Context { get; set; }
public PublishedVariationContext Context
{
get;
set;
}
}
}