public RoutePointsController(buz_stationContext context) { _context = context; }
public TripsController(buz_stationContext context) { _context = context; }
public AccountController(buz_stationContext context) { _context = context; }
public EmployeesController(buz_stationContext context) { _context = context; }
public CarrierCompaniesController(buz_stationContext context) { _context = context; }
public PassengersController(buz_stationContext context) { _context = context; }
public DriversController(buz_stationContext context) { _context = context; }
public TicketsController(buz_stationContext context) { _context = context; }
public BusesController(buz_stationContext context) { _context = context; }
public SalariesController(buz_stationContext context) { _context = context; }
public JourneysController(buz_stationContext context) { _context = context; }
public TransportationCostsController(buz_stationContext context) { _context = context; }