Пример #1
0
 @Override
 public CfStateCode findStateCodeByCode(String code) {
   return stateCodeDao.findByCode(code);
 }