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