Beispiel #1
0
 public shipments getShipmentByPO(int customerId, string PO)
 {
     return(shipment.getShipmentsByPO(customerId, PO));
 }