Exemple #1
0
 public System.Threading.Tasks.Task <string> CreateDevisAsync(WindowsForms.WCFUtils.Vehicule vehicule, WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.CreateDevisAsync(vehicule, client));
 }
Exemple #2
0
 public string CreateDevis(WindowsForms.WCFUtils.Vehicule vehicule, WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.CreateDevis(vehicule, client));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <string> CreerClientAsync(WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.CreerClientAsync(client));
 }
Exemple #4
0
 public string CreerClient(WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.CreerClient(client));
 }
Exemple #5
0
 public System.Threading.Tasks.Task <bool> creerModelAvecFactureAsync(WindowsForms.WCFUtils.Vehicule vehicule, WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.creerModelAvecFactureAsync(vehicule, client));
 }
Exemple #6
0
 public bool creerModelAvecFacture(WindowsForms.WCFUtils.Vehicule vehicule, WindowsForms.WCFUtils.Client client)
 {
     return(base.Channel.creerModelAvecFacture(vehicule, client));
 }