public BusRoutesController(BusServiceContext context)
 {
     _context = context;
 }
Пример #2
0
 public BPDriverController(BusServiceContext context)
 {
     _context = context;
 }
Пример #3
0
 public MKRouteStopController(BusServiceContext context)
 {
     _context = context;
 }
Пример #4
0
 public MKRouteScheduleController(BusServiceContext context)
 {
     _context = context;
 }
Пример #5
0
 public BPRemotesController(BusServiceContext context)
 {
     _context = context;
 }
Пример #6
0
 public BusStopsController(BusServiceContext context)
 {
     _context = context;
 }
 public BPProvinceController(BusServiceContext context)
 {
     _context = context;
 }
 public MKCountriesController(BusServiceContext context)
 {
     _context = context;
 }
Пример #9
0
 public AGRouteStopsController(BusServiceContext context)
 {
     _context = context;
 }
Пример #10
0
 public HomeController(BusServiceContext context)
 {
     _context = context;
 }
 public MKDriversController(BusServiceContext context)
 {
     _context = context;
 }
Пример #12
0
 public BPCountryController(BusServiceContext context)
 {
     _context = context;
 }