(Integer bno)
| 47 | } |
| 48 | |
| 49 | @Override |
| 50 | public List<CommentDto> getList(Integer bno) throws Exception { |
| 51 | // throw new Exception("test"); |
| 52 | return commentDao.selectAll(bno); |
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public CommentDto read(Integer cno) throws Exception { |