Exemplo n.º 1
0
 public ScheduleController()
 {
     this.SystemForITRepository = new SystemForITRepository();
 }
Exemplo n.º 2
0
 public SystemForITController()
 {
     this.SystemForITRepository = new SystemForITRepository();
     this.adminAccount          = "";
 }