Beispiel #1
0
 public VoyageSlotTokensController(ShippingAllianceContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CarrierEmployeesController(ShippingAllianceContext context)
 {
     _context = context;
 }
 public PortsController(ShippingAllianceContext context)
 {
     _context = context;
 }
 public ShipmentJobsController(ShippingAllianceContext context)
 {
     _context = context;
 }
 public SlotTokenSellOrdersController(ShippingAllianceContext context)
 {
     _context = context;
 }
 public ContainerYardLocationsController(ShippingAllianceContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public TransactionHistoriesController(ShippingAllianceContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public ContainersController(ShippingAllianceContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public SlotTokenTradeReceiptsController(ShippingAllianceContext context)
 {
     _context = context;
 }
 public OrganisationsController(ShippingAllianceContext context)
 {
     _context = context;
 }