예제 #1
0
 @Override
 public CfSodoCode findSodoCodeByCode(String code) {
   return sodoCodeDao.findByCode(code);
 }