(CommentDto dto)
| 13 | List<CommentDto> selectAll(Integer bno) throws Exception; |
| 14 | CommentDto select(Integer cno) throws Exception; |
| 15 | int update(CommentDto dto) throws Exception; |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected