(BoardDto dto)
| 9 | int delete(Integer bno, String writer) throws Exception; |
| 10 | int insert(BoardDto dto) throws Exception; |
| 11 | int update(BoardDto dto) throws Exception; |
| 12 | int increaseViewCnt(Integer bno) throws Exception; |
| 13 | |
| 14 | List<BoardDto> selectPage(Map map) throws Exception; |
no outgoing calls