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