Exemplo n.º 1
0
 public int GetDeliveryCost()
 {
     return(_products.Sum(p => _calculator.GetDeliveryCost(p)));
 }