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;
 }