Exemplo n.º 1
0
 @Override
 public List<UsCounty> findCounties() {
   return usCountyDao.getEntities();
 }
Exemplo n.º 2
0
 @Override
 public List<UsCounty> getCounties(Long usStateId) {
   return usCountyDao.getCounties(usStateId);
 }