BetterCms.Module.Users.Services.DefaultRegistrationService.IsFirstUserRegistered C# (CSharp) Méthode

IsFirstUserRegistered() public méthode

public IsFirstUserRegistered ( ) : bool
Résultat bool
        public bool IsFirstUserRegistered()
        {
            return repository.AsQueryable<User>().Any();
        }