Exemplo n.º 1
0
 public virtual void OnDiscountEvent(object sender, DiscountEventArgs discountEventArgs)
 {
     discountEventArgs._finalPrice *= (1 - _rate);
 }
Exemplo n.º 2
0
 public void Apply(object sender, DiscountEventArgs discount) => DiscountsEvent?.Invoke(sender, discount);