예제 #1
0
 public IList <Course_choosing> SelectGrades(string stuId, int year)
 {
     return(courseDAL.SelectGrade(stuId, year));
 }