示例#1
0
 public ScheduleController()
 {
     this.SystemForITRepository = new SystemForITRepository();
 }
示例#2
0
 public SystemForITController()
 {
     this.SystemForITRepository = new SystemForITRepository();
     this.adminAccount          = "";
 }