コード例 #1
0
 public List <StudentVM> GetAllStudentVms()
 {
     return(aEnrollGateway.GetAllStudentVms());
 }