8 lines
199 B
C#
8 lines
199 B
C#
using Moonlight.Frontend.Admin.Users.Shared;
|
|
|
|
namespace Moonlight.Frontend.Infrastructure.Hooks;
|
|
|
|
public interface IPermissionProvider
|
|
{
|
|
public Task<PermissionCategory[]> GetPermissionsAsync();
|
|
} |