Exemplo n.º 1
0
 public List <CourseInstanceDTO> GetCoursesOnSemester(string semester)
 {
     return(_service.GetSemesterCourses(semester));
 }