public CustomersController(MaerskLineContext context)
 {
     _context = context;
 }
예제 #2
0
 public ShippingsController(MaerskLineContext context)
 {
     _context = context;
 }
예제 #3
0
 public WarehousesController(MaerskLineContext context)
 {
     _context = context;
 }
예제 #4
0
 public CargoController(MaerskLineContext context)
 {
     _context = context;
 }
예제 #5
0
 public AgentsController(MaerskLineContext context)
 {
     _context = context;
 }