예제 #1
0
 public bool IsValid(CompiledRuleBookBase rb)
 {
     // Check for effectivedate
     return true;
 }
예제 #2
0
파일: Program.cs 프로젝트: EmptyCubes/More
 static void Main(string[] args)
 {
     var a = new CompiledRuleBookBase();
     Console.WriteLine(a.LessThanOrEqual("2", "-0.5"));
     Console.ReadLine();
 }