예제 #1
0
 public RulesBundle(ContextModel context, IRule rule)
 {
     QueryTransport         = new QueryTransportRule(context, rule);
     TransportHasWinningBid = new ValidOperatorRule <ContextModel>(context, c => c.Transport.WinningBid != null);
 }
 public ContextModel(MainRule.ContextModel parent, QueryTransportRule rule) : base(parent, rule)
 {
 }