ServiceStack.WebHost.Endpoints.Tests.RockstarRepository.IsAlive C# (CSharp) Method

IsAlive() public method

public IsAlive ( string lastName ) : bool
lastName string
return bool
        public bool IsAlive(string lastName)
        {
            return !fallenLegends.Contains(lastName);
        }
    }
RockstarRepository