Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> NotificarPedidoAsync(ServiceTest.ServiceReference.Pedido pedido)
 {
     return(base.Channel.NotificarPedidoAsync(pedido));
 }
Exemplo n.º 2
0
 public string NotificarPedido(ServiceTest.ServiceReference.Pedido pedido)
 {
     return(base.Channel.NotificarPedido(pedido));
 }