Beispiel #1
0
 /// <summary>
 /// </summary>
 /// <param name="role">A role from AllRoles will be matched with UserInRoles</param>
 /// <returns></returns>
 public bool IsCurrentRoleRelatedToUser(ApplicationRole role)
 {
     return(UserInRoles.Any(n => n.Id == role.Id));
 }