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