示例#1
0
 public List <EnrollCourseModel> Courses(int studentId)
 {
     return(studentResultGateway.Courses(studentId));
 }