Exemplo n.º 1
0
 private string GetRoleName(string id)
 {
     return(RolesManager.FindById(id).Name ?? "");
 }