コード例 #1
0
 public IEnumerable <StudentsVM> TakingAnyCourses()
 {
     return(objStudent.GetStudentsTakingAnyCourses());
 }