Example #1
0
 public void Setup()
 {
     rule = new ReferralCodeMatcher();
 }
Example #2
0
 public void Setup()
 {
     rule = new DistanceMatcher();
 }
Example #3
0
 public void AddRule(IUserRuleMatcher rule)
 {
     listRules.Add(rule);
 }
Example #4
0
 public void Setup()
 {
     rule = new  NameAddressMatcher();
 }