コード例 #1
0
 public ShipmentOrdersController(fleetContext context)
 {
     _context = context;
 }
コード例 #2
0
 public BrokersController(fleetContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DriversController(fleetContext context)
 {
     _context = context;
 }
コード例 #4
0
 public TrailersController(fleetContext context)
 {
     _context = context;
 }
コード例 #5
0
 public CarriersController(fleetContext context)//, IMapper mapper)
 {
     _context = context;
     //_mapper = mapper;
 }
コード例 #6
0
 public CustomersController(fleetContext context)
 {
     _context = context;
 }
コード例 #7
0
 public TrucksController(fleetContext context)
 {
     _context = context;
 }