コード例 #1
0
 public TaxiDriversController()
 {
     this.txDriverLogic = new TaxiDriverLogics();
     this.tlogic        = new TaxiLogics();
     this.dLogic        = new DriverLogics();
     this.db            = new ApplicationDbContext();
 }
コード例 #2
0
 public DriversController()
 {
     this.logic      = new DriverLogics();
     this.Ownerlogic = new OwnerLogics();
     this.db         = new ApplicationDbContext();
 }