public static decimal GetPrecioPorIdProducto(string id) { return(ProductoDAL.GetPrecioPorIdProducto(id)); }