Exemplo n.º 1
0
 public static bool UpdateStudentRegistration(StudentRegistrationInfo student)
 {
     return(StudentRegistration_DS.UpdateStudentRegistration(student));
 }
Exemplo n.º 2
0
 public static bool RegisterStudent(StudentRegistrationInfo student)
 {
     return(StudentRegistration_DS.RegisterStudent(student));
 }