コード例 #1
0
 public PlayerPlayedInCountry(String country)
 {
     this.country = country;
     players      = TeamsConnection.getAllPlayersPlayingInCountry(country);
 }