Example #1
0
 public bool IsValid(CompiledRuleBookBase rb)
 {
     // Check for effectivedate
     return true;
 }
Example #2
0
 static void Main(string[] args)
 {
     var a = new CompiledRuleBookBase();
     Console.WriteLine(a.LessThanOrEqual("2", "-0.5"));
     Console.ReadLine();
 }