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

8 lines
156 B
C#

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