Beispiel #1
0
 public string GetStuff(this MyCustomHelper helper)
 {
     return("stuff");
 }
Beispiel #2
0
 public string GetOtherStuff(this MyCustomHelper helper)
 {
     return("other stuff");
 }