Esempio n. 1
0
 public System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference1.augmenterQteResponse> augmenterQteAsync(string nom, int qte)
 {
     WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest inValue = new WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest();
     inValue.nom = nom;
     inValue.qte = qte;
     return(((WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits)(this)).augmenterQteAsync(inValue));
 }
Esempio n. 2
0
 public string augmenterQte(string nom, int qte)
 {
     WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest inValue = new WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest();
     inValue.nom = nom;
     inValue.qte = qte;
     WC_SoapGestionProduit2.ServiceReference1.augmenterQteResponse retVal = ((WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits)(this)).augmenterQte(inValue);
     return(retVal.@return);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WC_SoapGestionProduit2.ServiceReference1.augmenterQteResponse> WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.augmenterQteAsync(WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest request)
 {
     return(base.Channel.augmenterQteAsync(request));
 }
Esempio n. 4
0
 WC_SoapGestionProduit2.ServiceReference1.augmenterQteResponse WC_SoapGestionProduit2.ServiceReference1.RegistrerProduits.augmenterQte(WC_SoapGestionProduit2.ServiceReference1.augmenterQteRequest request)
 {
     return(base.Channel.augmenterQte(request));
 }