Beispiel #1
0
 public SchedulesController()
 {
     this.schedulelogic     = new ScheduleLogics();
     this.routeservice      = new RouteServices();
     this.ranklogic         = new RankLogic();
     this.scheduledateLogic = new ScheduleDateLogics();
     this.ownerLogic        = new OwnerLogics();
 }
 public TaxiPositionsController()
 {
     this.tpLogic = new TaxiPositionLogics();
     this.tdLogic = new TaxiDriverLogics();
     this.sLogic  = new ScheduleLogics();
 }