public System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference.updateQteResponse> updateQteAsync(string nom, int qte)
 {
     WC_SoapGestionProduit2.ServiceReference.updateQteRequest inValue = new WC_SoapGestionProduit2.ServiceReference.updateQteRequest();
     inValue.nom = nom;
     inValue.qte = qte;
     return(((WC_SoapGestionProduit2.ServiceReference.RegistrerProduits)(this)).updateQteAsync(inValue));
 }
 public bool updateQte(string nom, int qte)
 {
     WC_SoapGestionProduit2.ServiceReference.updateQteRequest inValue = new WC_SoapGestionProduit2.ServiceReference.updateQteRequest();
     inValue.nom = nom;
     inValue.qte = qte;
     WC_SoapGestionProduit2.ServiceReference.updateQteResponse retVal = ((WC_SoapGestionProduit2.ServiceReference.RegistrerProduits)(this)).updateQte(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference.updateQteResponse> WC_SoapGestionProduit2.ServiceReference.RegistrerProduits.updateQteAsync(WC_SoapGestionProduit2.ServiceReference.updateQteRequest request)
 {
     return(base.Channel.updateQteAsync(request));
 }
 WC_SoapGestionProduit2.ServiceReference.updateQteResponse WC_SoapGestionProduit2.ServiceReference.RegistrerProduits.updateQte(WC_SoapGestionProduit2.ServiceReference.updateQteRequest request)
 {
     return(base.Channel.updateQte(request));
 }