()
| 14 | List<BoardDto> selectPage(Map map) throws Exception; |
| 15 | List<BoardDto> selectAll() throws Exception; |
| 16 | int deleteAll() throws Exception; |
| 17 | int count() throws Exception; |
| 18 | |
| 19 | int searchResultCnt(SearchCondition sc) throws Exception; |
nothing calls this directly
no outgoing calls
no test coverage detected