ServiceStack.WebHost.Endpoints.Tests.RockstarRepository.IsAlive C# (CSharp) Méthode

IsAlive() public méthode

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