예제 #1
0
 protected override RuleImp VisitRuleElement(ApplyAdditiveDiscount info)
 {
     return(new ApplyAdditiveDiscountImp
     {
         Name = info.Name,
         Value = Visit(info.Value)
     });
 }
예제 #2
0
 protected virtual TR VisitRuleElement(ApplyAdditiveDiscount info)
 {
     throw new NotSupportedException();
 }