Files
Umbraco-CMS/src/Umbraco.Core/Security/IBackofficeSecurityAccessor.cs
2022-03-29 13:44:21 +02:00

8 lines
158 B
C#

namespace Umbraco.Cms.Core.Security
{
public interface IBackOfficeSecurityAccessor
{
IBackOfficeSecurity? BackOfficeSecurity { get; }
}
}