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