예제 #1
0
 public double GetDeliveryCost()
 {
     return(_deliveryCostCalculator.CalculateFor(this));
 }