Example #1
0
 public string deleteShipment(int id)
 {
     return(shipment.deleteShipment(id));
 }