コード例 #1
0
 public IList <Club> FindByCountry(int countryId)
 {
     return(ClubRepository.FindByCountry(countryId));
 }