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