Ejemplo n.º 1
0
 public RegistrationFacade(RegisterCourse registerCourse, NotifyStudent notifyStudent)
 {
     _registerCourse = registerCourse;
     _notifyStudent  = notifyStudent;
 }
Ejemplo n.º 2
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStudent  = new NotifyStudent();
 }