コード例 #1
0
 public decimal CalculateTotal()
 {
     return(_itemsInBasket.Sum(i => _itemPriceCalculator.CalculateCost(i)));
 }