Exemplo n.º 1
0
 public async Task SetRoleMenusAsync(RoleSetMenuDto input)
 {
     await _roleAppService.SetRoleMenusAsync(input);
 }
Exemplo n.º 2
0
 public async Task SetRoleMenusAsync(RoleSetMenuDto input)
 {
     await _roleManage.SetRoleMenusAsync(input.RoleId, input.MenuIds, input.MenuAppAuthorizeIds);
 }