Example #1
0
 public void MyProcess()
 {
     // int re = RuleFactory.InvokeMethod<MyInterface, int>(o => o.GetData(10));
     MyInterface instance = RuleFactory.CreateInstance <MyInterface>();
     var         t        = instance.GetData(10);
 }