Exemplo n.º 1
0
 public string Execute(MultipleExecutesArg1 args)
 {
     return "Execute 1";
 }
Exemplo n.º 2
0
 public string Execute(MultipleExecutesArg1 args)
 {
     return("Execute 1");
 }