Ejemplo n.º 1
0
 public List <EnrollCourseModel> Courses(int studentId)
 {
     return(studentResultGateway.Courses(studentId));
 }