Exemplo n.º 1
0
 public override string GetEffect()
 {
     return("отложенная скидка" + (PromoCode != null ? (" + " + PromoCode.GetEffect()) : ""));
 }
Exemplo n.º 2
0
 public override string GetEffect()
 {
     return("подарок" + (PromoCode != null ? (" + " + PromoCode.GetEffect()) : ""));
 }