Example #1
0
 @Override
 public Integer countCountryCode(String filter) {
   return countryCodeDao.count(filter);
 }
Example #2
0
 @Override
 public Integer countCountryCode() {
   return countryCodeDao.count();
 }