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