Example #1
0
 public List <StudentRegestration> GetAllStudentRegNo()
 {
     return(aStudentRegistrationGateway.GetAllStudentRegistrations());
 }