Exemplo n.º 1
0
 public decimal TotalTax() => _items.Sum(item => _calculator.TotalTax(item));