Affecto.IdentityManagement.ApplicationServices.UserService.GetRolesWithExternalGroup C# (CSharp) Метод

GetRolesWithExternalGroup() приватный статический Метод

private static GetRolesWithExternalGroup ( IReadOnlyCollection roles ) : IEnumerable
roles IReadOnlyCollection
Результат IEnumerable
        private static IEnumerable<Role> GetRolesWithExternalGroup(IReadOnlyCollection<Role> roles)
        {
            return roles.Where(g => !string.IsNullOrEmpty(g.ExternalGroupName));
        }