Ejemplo n.º 1
0
 public ShipmentInventoryDTO(ShipmentDTO shipment, List <ShipmentInventoryMapDTO> inventoryMap)
 {
     Shipment             = shipment;
     ShipmentInventoryMap = inventoryMap;
 }
Ejemplo n.º 2
0
 public ShipmentInventoryDTO()
 {
     Shipment             = new ShipmentDTO();
     ShipmentInventoryMap = new List <ShipmentInventoryMapDTO>();
 }