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