예제 #1
0
 public System.Threading.Tasks.Task <bool> CrearProductoAsync(Inventario.Models.ProductosModel producto)
 {
     return(base.Channel.CrearProductoAsync(producto));
 }
예제 #2
0
 public bool CrearProducto(Inventario.Models.ProductosModel producto)
 {
     return(base.Channel.CrearProducto(producto));
 }