public CustomersController(MaerskLineContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public ShippingsController(MaerskLineContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public WarehousesController(MaerskLineContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public CargoController(MaerskLineContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public AgentsController(MaerskLineContext context)
 {
     _context = context;
 }