public decimal RecuperarPrecioMinimo(int iIdProducto) { return(odalProducto.RecuperarPrecioMinimo(iIdProducto)); }