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