(SearchCondition sc)
| 14 | int modify(BoardDto boardDto) throws Exception; |
| 15 | |
| 16 | int getSearchResultCnt(SearchCondition sc) throws Exception; |
| 17 | List<BoardDto> getSearchResultPage(SearchCondition sc) throws Exception; |
| 18 | } |
no outgoing calls
no test coverage detected