示例#1
0
 private bool LeagueExists(int id)
 {
     return(_leagues.Any(id));
 }