Example #1
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu      = new NotifyStudent();
 }
Example #2
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu = new NotifyStudent();
 }