コード例 #1
0
 public double ApplyDiscount(double amount, IDiscountStrategy strategy)
 {
     return(strategy.MakeDeduction(amount));
 }