Exemplo n.º 1
0
 internal virtual IShipment InstantiateShipment(ShipmentDt shipmentDt)
 {
     return(new Shipment(shipmentDt));
 }
Exemplo n.º 2
0
 public Shipment(ShipmentDt shipmentDt)
 {
     _shipmentDt = shipmentDt;
 }