Exemplo n.º 1
0
 protected string GetMethodName()
 {
     return(char.ToLowerInvariant(MethodName.First()) + MethodName.Substring(1));
 }