Esempio n. 1
0
 public string GetStuff(this MyCustomHelper helper)
 {
     return("stuff");
 }
Esempio n. 2
0
 public string GetOtherStuff(this MyCustomHelper helper)
 {
     return("other stuff");
 }