Пример #1
0
 public List <CourseStaticViewModel> GetCourseInfo(int departmentId)
 {
     return(courseAssignGateway.GetCourseInfo(departmentId));
 }