Ejemplo n.º 1
0
 public System.Threading.Tasks.Task UpdateOrderAsync(ServiceReference2.Comanda order)
 {
     return(base.Channel.UpdateOrderAsync(order));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task AddOrderAsync(ServiceReference2.Comanda comanda)
 {
     return(base.Channel.AddOrderAsync(comanda));
 }