(Map map)
| 12 | int increaseViewCnt(Integer bno) throws Exception; |
| 13 | |
| 14 | List<BoardDto> selectPage(Map map) throws Exception; |
| 15 | List<BoardDto> selectAll() throws Exception; |
| 16 | int deleteAll() throws Exception; |
| 17 | int count() throws Exception; |
no outgoing calls