Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> addAsync(GestionDeStockI3M.CommandeService.Commande commande)
 {
     return(base.Channel.addAsync(commande));
 }
Ejemplo n.º 2
0
 public int add(GestionDeStockI3M.CommandeService.Commande commande)
 {
     return(base.Channel.add(commande));
 }