Esempio n. 1
0
 protected override RuleImp VisitRuleElement(ApplyAbsoluteDiscount info)
 {
     return(new ApplyAbsoluteDiscountImp
     {
         Name = info.Name,
         Value = Visit(info.Value)
     });
 }
Esempio n. 2
0
 protected virtual TR VisitRuleElement(ApplyAbsoluteDiscount info)
 {
     throw new NotSupportedException();
 }