コード例 #1
0
 public System.Threading.Tasks.Task <int> addAsync(GestionDeStockI3M.VenteService.Vente vente)
 {
     return(base.Channel.addAsync(vente));
 }
コード例 #2
0
 public int add(GestionDeStockI3M.VenteService.Vente vente)
 {
     return(base.Channel.add(vente));
 }