예제 #1
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu      = new NotifyStudent();
 }
예제 #2
0
파일: Program.cs 프로젝트: weiliji/.net
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu = new NotifyStudent();
 }