Beispiel #1
0
 public List <StudentResultViewModel> GetStudentResultInfoByRegNo(int RegistrationNo)
 {
     return(studentResultGateway.GetStudentResultInfoByRegNo(RegistrationNo));
 }