Example #1
0
 public static ShipmentMapper MapShipment(this ShipmentMapper shipmentMapper, Shipment shipment)
 {
     return(shipmentMapper.MapShipmentMapperToShipment(shipment));
 }