예제 #1
0
 public List <User> GetAllUsersOfOrganization(int id)
 {
     return(_userDataRepository.GetAllUsersOfOrganization(id));
 }