Esempio n. 1
0
 public TiendaWebApp.TiendaServiceReference.ArrayOfInt getProductSells(string name)
 {
     TiendaWebApp.TiendaServiceReference.getProductSellsRequest inValue = new TiendaWebApp.TiendaServiceReference.getProductSellsRequest();
     inValue.Body      = new TiendaWebApp.TiendaServiceReference.getProductSellsRequestBody();
     inValue.Body.name = name;
     TiendaWebApp.TiendaServiceReference.getProductSellsResponse retVal = ((TiendaWebApp.TiendaServiceReference.Service1Soap)(this)).getProductSells(inValue);
     return(retVal.Body.getProductSellsResult);
 }
Esempio n. 2
0
 TiendaWebApp.TiendaServiceReference.getProductSellsResponse TiendaWebApp.TiendaServiceReference.Service1Soap.getProductSells(TiendaWebApp.TiendaServiceReference.getProductSellsRequest request)
 {
     return(base.Channel.getProductSells(request));
 }