MCPcopy Index your code
hub / github.com/castello/spring_basic / remove

Method remove

ch4/BoardServiceImpl.java:20–23  ·  view source on GitHub ↗
(Integer bno, String writer)

Source from the content-addressed store, hash-verified

18 }
19
20 @Override
21 public int remove(Integer bno, String writer) throws Exception {
22 return boardDao.delete(bno, writer);
23 }
24
25 @Override
26 public int write(BoardDto boardDto) throws Exception {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected