Esempio n. 1
0
 public string GetA(TestObjectA dummy, string a)
 {
     return("a_dummy_a");
 }
Esempio n. 2
0
 public string GetFoo(TestObjectA dummy)
 {
     return(null);
 }
Esempio n. 3
0
 public string GetA(TestObjectA dummy)
 {
     return("a_dummy");
 }