Ejemplo n.º 1
0
 public IActionResult GetAllUsersExceptCurrent()
 {
     return(Ok(_userDomain.GetAllUsersExceptCurrent(User.GetId())));
 }