BetterCms.Module.Users.Services.DefaultRegistrationService.IsFirstUserRegistered C# (CSharp) Method

IsFirstUserRegistered() public method

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