(Integer bno)
| 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; |
| 15 | List<BoardDto> selectAll() throws Exception; |
no outgoing calls