Exemple #1
0
 public decimal GetTotalAmount()
 {
     return(_items.Sum(item => _priceService.ComputePrice(item)));
 }