Пример #1
0
 @Override
 public CfStateCode findStateCodeById(Long id) {
   return stateCodeDao.findById(id);
 }