Esempio n. 1
0
 public object Execute(SampleQueryModel source)
 {
     Console.WriteLine(source.Value);
     return(null);
 }
Esempio n. 2
0
 public bool Execute(SampleQueryModel input)
 {
     return(input.Value % 2 == 0);
 }