Ejemplo n.º 1
0
 public List <UserDTO> GetFacStudents(int facId)
 {
     return(facultyService.GetStudents(facId));
 }