Files
Umbraco-CMS/src/Umbraco.Infrastructure/IPublishedContentQueryAccessor.cs

8 lines
156 B
C#
Raw Normal View History

namespace Umbraco.Cms.Core
{
public interface IPublishedContentQueryAccessor
{
IPublishedContentQuery PublishedContentQuery { get;}
}
}