public System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse> getListProduitsAsync() { WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest inValue = new WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest(); return(((WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits)(this)).getListProduitsAsync(inValue)); }
public string[] getListProduits() { WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest inValue = new WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest(); WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse retVal = ((WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits)(this)).getListProduits(inValue); return(retVal.@return); }
System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse> WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.getListProduitsAsync(WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest request) { return(base.Channel.getListProduitsAsync(request)); }
WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.getListProduits(WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest request) { return(base.Channel.getListProduits(request)); }