Пример #1
0
 public BoardVo getPostByPostNo(Long postNo) {
   BoardVo retVo = null;
   retVo = boardDao.getPostByPostNo(postNo);
   return retVo;
 }