Exemplo n.º 1
0
 public List <Student> GetAllStudentRegNo()
 {
     return(enrollGateway.GetAllStudentRegNo());
 }
 public List <Student> GetAllStudentRegNo()
 {
     return(aStudentGateway.GetAllStudentRegNo());
 }