12 lines
246 B
C#
12 lines
246 B
C#
using Umbraco.Core.Runtime;
|
|
|
|
namespace Umbraco.Tests.Integration.Implementations
|
|
{
|
|
public class TestUmbracoBootPermissionChecker : IUmbracoBootPermissionChecker
|
|
{
|
|
public void ThrowIfNotPermissions()
|
|
{
|
|
}
|
|
}
|
|
}
|