ref: project structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace mws.backend.dotnet.application.Permissions;
|
||||
|
||||
public interface IPermissionService
|
||||
{
|
||||
Task<List<MenuItemDto>> GetMenuAsync(Guid userId, CancellationToken ct = default);
|
||||
Task EnsureAsync(Guid userId, string screen, PermissionAction action, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user