Beispiel #1
0
 public RegistrationFacade(RegisterCourse registerCourse, NotifyStudent notifyStudent)
 {
     _registerCourse = registerCourse;
     _notifyStudent  = notifyStudent;
 }
Beispiel #2
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStudent  = new NotifyStudent();
 }