Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse> WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.getListProduitsAsync(WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest request)
 {
     return(base.Channel.getListProduitsAsync(request));
 }
Exemplo n.º 4
0
 WC_SoapGestionProduit2.ServiceReference1.getListProduitsResponse WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.getListProduits(WC_SoapGestionProduit2.ServiceReference1.getListProduitsRequest request)
 {
     return(base.Channel.getListProduits(request));
 }