Example #1
0
 @Override
 public CfCurrencyCode findCurrencyCodeById(Long id) {
   return currencyCodeDao.findById(id);
 }