Exemple #1
0
 public List <FacultyDTO> GetFaculties(int uniId)
 {
     return(uniService.GetFaculties(uniId));
 }