예제 #1
0
 private string GetRoleName(string id)
 {
     return(RolesManager.FindById(id).Name ?? "");
 }