Exemplo n.º 1
0
 public void resStock(int IdProducto, int nCantidad)
 {
     dataProducto.ResStockProd(IdProducto, nCantidad);
 }