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