Exemplo n.º 1
0
 public System.Threading.Tasks.Task <envioVentas2.EnvioVen.TResultOfboolean> RegisterProductosAsync(envioVentas2.EnvioVen.Productos productos)
 {
     return(base.Channel.RegisterProductosAsync(productos));
 }
Exemplo n.º 2
0
 public envioVentas2.EnvioVen.TResultOfboolean RegisterProductos(envioVentas2.EnvioVen.Productos productos)
 {
     return(base.Channel.RegisterProductos(productos));
 }