Exemple #1
0
 public void calculatePrice()
 {
     PriceWithDiscount = Discount.CalculateNewPrice(Price);
 }