コード例 #1
0
 public List <StudentViewModel> GetCourseById(int studentId)
 {
     return(studentResultGateway.GetCourseById(studentId));
 }