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