getProductsByPriceRange

fun getProductsByPriceRange(minPrice: Double, maxPrice: Double): List<Product>

Get products in a price range