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