Exemplo n.º 1
0
 public SchedulesController()
 {
     this.schedulelogic     = new ScheduleLogics();
     this.routeservice      = new RouteServices();
     this.ranklogic         = new RankLogic();
     this.scheduledateLogic = new ScheduleDateLogics();
     this.ownerLogic        = new OwnerLogics();
 }
Exemplo n.º 2
0
 public DriversController()
 {
     this.logic      = new DriverLogics();
     this.Ownerlogic = new OwnerLogics();
     this.db         = new ApplicationDbContext();
 }