Exemplo n.º 1
0
 public List <shipment_services> GetServicesShipment(int shipmentId)
 {
     return(ShipServ.getShipmentServices(shipmentId));
 }