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