Example #1
0
 public List <shipments> getShipment(int idCustomer)
 {
     return(shipment.getShipments(idCustomer));
 }