Exemple #1
0
 public System.Threading.Tasks.Task <PuntoVenta.ServiceReference1.GetProductByIdResponse> GetProductByIdAsync(int idProducto)
 {
     PuntoVenta.ServiceReference1.GetProductByIdRequest inValue = new PuntoVenta.ServiceReference1.GetProductByIdRequest();
     inValue.Body            = new PuntoVenta.ServiceReference1.GetProductByIdRequestBody();
     inValue.Body.idProducto = idProducto;
     return(((PuntoVenta.ServiceReference1.WebServiceSoap)(this)).GetProductByIdAsync(inValue));
 }
Exemple #2
0
 public PuntoVenta.ServiceReference1.Producto GetProductById(int idProducto)
 {
     PuntoVenta.ServiceReference1.GetProductByIdRequest inValue = new PuntoVenta.ServiceReference1.GetProductByIdRequest();
     inValue.Body            = new PuntoVenta.ServiceReference1.GetProductByIdRequestBody();
     inValue.Body.idProducto = idProducto;
     PuntoVenta.ServiceReference1.GetProductByIdResponse retVal = ((PuntoVenta.ServiceReference1.WebServiceSoap)(this)).GetProductById(inValue);
     return(retVal.Body.GetProductByIdResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <PuntoVenta.ServiceReference1.GetProductByIdResponse> PuntoVenta.ServiceReference1.WebServiceSoap.GetProductByIdAsync(PuntoVenta.ServiceReference1.GetProductByIdRequest request)
 {
     return(base.Channel.GetProductByIdAsync(request));
 }
Exemple #4
0
 PuntoVenta.ServiceReference1.GetProductByIdResponse PuntoVenta.ServiceReference1.WebServiceSoap.GetProductById(PuntoVenta.ServiceReference1.GetProductByIdRequest request)
 {
     return(base.Channel.GetProductById(request));
 }