8 lines
156 B
C#
8 lines
156 B
C#
namespace Umbraco.Cms.Core
|
|
{
|
|
public interface IPublishedContentQueryAccessor
|
|
{
|
|
IPublishedContentQuery PublishedContentQuery { get;}
|
|
}
|
|
}
|