示例#1
0
 public PuntoVenta.ServiceReference1.Producto[] ListAllProducts()
 {
     PuntoVenta.ServiceReference1.ListAllProductsRequest inValue = new PuntoVenta.ServiceReference1.ListAllProductsRequest();
     inValue.Body = new PuntoVenta.ServiceReference1.ListAllProductsRequestBody();
     PuntoVenta.ServiceReference1.ListAllProductsResponse retVal = ((PuntoVenta.ServiceReference1.WebServiceSoap)(this)).ListAllProducts(inValue);
     return(retVal.Body.ListAllProductsResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <PuntoVenta.ServiceReference1.ListAllProductsResponse> ListAllProductsAsync()
 {
     PuntoVenta.ServiceReference1.ListAllProductsRequest inValue = new PuntoVenta.ServiceReference1.ListAllProductsRequest();
     inValue.Body = new PuntoVenta.ServiceReference1.ListAllProductsRequestBody();
     return(((PuntoVenta.ServiceReference1.WebServiceSoap)(this)).ListAllProductsAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <PuntoVenta.ServiceReference1.ListAllProductsResponse> PuntoVenta.ServiceReference1.WebServiceSoap.ListAllProductsAsync(PuntoVenta.ServiceReference1.ListAllProductsRequest request)
 {
     return(base.Channel.ListAllProductsAsync(request));
 }
示例#4
0
 PuntoVenta.ServiceReference1.ListAllProductsResponse PuntoVenta.ServiceReference1.WebServiceSoap.ListAllProducts(PuntoVenta.ServiceReference1.ListAllProductsRequest request)
 {
     return(base.Channel.ListAllProducts(request));
 }