Пример #1
0
 private bool PlayerExists(int id)
 {
     return(LeagueManager.IsPlayerExists(id));
 }