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