Exemplo n.º 1
0
 private static string GetGrantTypeName(string key)
 => GrantTypes.GetGrantTypeName(key);
 private static string GetGrantTypeName(string grantType)
 => GrantTypes.GetGrantTypeName(grantType);
Exemplo n.º 3
0
 private string GetGrantTypeName(string key)
 {
     return(GrantTypes.GetGrantTypeName(key));
 }