Example #1
0
 private RuleSetResolutionService <IRule <string>, string> NewService(ILifetimeScope lifetimeScope, IEnabledRulesProvider enabledRulesProvider)
 {
     return(new RuleSetResolutionService <IRule <string>, string>(lifetimeScope, enabledRulesProvider));
 }
 public RuleSetResolutionService(ILifetimeScope lifetimeScope, IEnabledRulesProvider enabledRulesProvider)
 {
     _lifetimeScope        = lifetimeScope;
     _enabledRulesProvider = enabledRulesProvider;
 }