Example #1
0
 @Override
 public CfCurrencyCode findCurrencyCodeByCode(String code) {
   return currencyCodeDao.findByCode(code);
 }