using Umbraco.Core.Models.PublishedContent;
namespace Umbraco.Tests.Testing.Objects.Accessors
{
///
/// Provides an implementation of for tests.
///
public class TestPublishedVariationContextAccessor : IPublishedVariationContextAccessor
{
///
public PublishedVariationContext Context
{
get;
set;
}
}
}