Esempio n. 1
0
 public double CalculatePrice(IDiscount discount)
 {
     return Quantity * Product.Price * discount.GetSetDiscount(Quantity);
 }