Example #1
0
 private void ApplyDiscount(PercentageDiscount percentageDiscount)
 {
     _total -= percentageDiscount.Calculate(_total);
 }
Example #2
0
 private void ApplyDiscount(PercentageDiscount percentageDiscount)
 {
     _total -= percentageDiscount.Calculate(_total);
 }