Ejemplo n.º 1
0
 public TaxiDriversController()
 {
     this.txDriverLogic = new TaxiDriverLogics();
     this.tlogic        = new TaxiLogics();
     this.dLogic        = new DriverLogics();
     this.db            = new ApplicationDbContext();
 }
 public TaxiPositionsController()
 {
     this.tpLogic = new TaxiPositionLogics();
     this.tdLogic = new TaxiDriverLogics();
     this.sLogic  = new ScheduleLogics();
 }