8 lines
158 B
C#
8 lines
158 B
C#
namespace Umbraco.Cms.Core.Security
|
|
{
|
|
public interface IBackOfficeSecurityAccessor
|
|
{
|
|
IBackOfficeSecurity? BackOfficeSecurity { get; }
|
|
}
|
|
}
|