public TaxiDriversController() { this.txDriverLogic = new TaxiDriverLogics(); this.tlogic = new TaxiLogics(); this.dLogic = new DriverLogics(); this.db = new ApplicationDbContext(); }
public DriversController() { this.logic = new DriverLogics(); this.Ownerlogic = new OwnerLogics(); this.db = new ApplicationDbContext(); }