コード例 #1
0
 public IEnumerable <ProductResponse> Calculate(IEnumerable <ProductResponse> products) => _priceCalculator.CalculatePrices(products);