Пример #1
0
 public async Task AddPowerToCurrentRoleAsync(Int32 roleId, IEnumerable <Int32> powerIds)
 {
     Check.IfNullOrZero(roleId);
     await _securityContext.AddPowerToCurrentRoleAsync(roleId, powerIds);
 }