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