user and role management improvements
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using Oqtane.Models;
|
||||
using Oqtane.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
@ -8,6 +8,8 @@ namespace Oqtane.Services
|
||||
{
|
||||
Task<List<Role>> GetRolesAsync(int siteId);
|
||||
|
||||
Task<List<Role>> GetRolesAsync(int siteId, bool includeGlobalRoles);
|
||||
|
||||
Task<Role> GetRoleAsync(int roleId);
|
||||
|
||||
Task<Role> AddRoleAsync(Role role);
|
||||
|
Reference in New Issue
Block a user