Пример #1
0
 public bool HasHq(Country country)
 {
     return(GetAliveHqs().Any(HQ => HQ.Is(country)));
 }