Beispiel #1
0
 public List <shipments> getShipmentByStatus(string status)
 {
     return(shipment.getShipmentsByStatus(status));
 }