Exemplo n.º 1
0
 public List <GetUserListOutput> GetUsers(int id)
 {
     return(_orgUnitService.GetUsersInUnit(id));
 }