Ejemplo n.º 1
0
 @Override
 public CfSodoCode findSodoCodeByCode(String code) {
   return sodoCodeDao.findByCode(code);
 }