Example #1
0
 public int TotalCartItems()
 {
     return(_itemsGrouped.Sum(item => _priceCalculator.CartItemsCalculator(item.Key, item.Value)));
 }