Пример #1
0
 @Override
 public CfCountryCode findCountryCodeById(Long id) {
   return countryCodeDao.findById(id);
 }