Пример #1
0
 public async Task <ActionResult <bool> > DeleteUser(int id)
 {
     return(Ok(await _roleGroupService.RemoveUser(UserId, id)));
 }