コード例 #1
0
 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;
 }
コード例 #7
0
 public BPProvinceController(BusServiceContext context)
 {
     _context = context;
 }
コード例 #8
0
 public MKCountriesController(BusServiceContext context)
 {
     _context = context;
 }
コード例 #9
0
 public AGRouteStopsController(BusServiceContext context)
 {
     _context = context;
 }
コード例 #10
0
 public HomeController(BusServiceContext context)
 {
     _context = context;
 }
コード例 #11
0
 public MKDriversController(BusServiceContext context)
 {
     _context = context;
 }
コード例 #12
0
 public BPCountryController(BusServiceContext context)
 {
     _context = context;
 }