Example #1
0
 public static bool UpdateStudentRegistration(StudentRegistrationInfo student)
 {
     return(StudentRegistration_DS.UpdateStudentRegistration(student));
 }
Example #2
0
 public static bool RegisterStudent(StudentRegistrationInfo student)
 {
     return(StudentRegistration_DS.RegisterStudent(student));
 }