Exemplo n.º 1
0
 public int AgregarProducto(Productos bproductos)
 {
     return(_cproductos.AgregarProducto(bproductos));
 }