示例#1
0
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu      = new NotifyStudent();
 }
示例#2
0
文件: Program.cs 项目: weiliji/.net
 public RegistrationFacade()
 {
     registerCourse = new RegisterCourse();
     notifyStu = new NotifyStudent();
 }