예제 #1
0
 public IEnumerable <AdministratorDTO> GetAdmins()
 {
     return(userService.Getusers());
 }