コード例 #1
0
 public List <SelectListItem> GetCourseByDepartment(string depCode)
 {
     return(_Getway.GetCourseByDepartment(depCode));
 }