Ejemplo n.º 1
0
 public void  ApplyDiscount(IPromotion promotion)
 {
     TotalDiscount = TotalDiscount + promotion.ApplyDiscount(this);
 }