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