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