Exemplo n.º 1
0
 public shipment_services SaveShipmentService(shipment_services model)
 {
     return(ShipServ.SaveShipmentService(model));
 }