Esempio n. 1
0
 @Override
 public Club getClub(String clubName) {
   return clubDao.getClub(clubName);
 }
Esempio n. 2
0
 public Club getClub(int clubId) {
   return clubDao.getClub(clubId);
 }