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