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

Method write

ch4/BoardServiceImpl.java:25–28  ·  view source on GitHub ↗
(BoardDto boardDto)

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 public int write(BoardDto boardDto) throws Exception {
27 return boardDao.insert(boardDto);
28 }
29
30 @Override
31 public List<BoardDto> getList() throws Exception {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.65

Tested by

no test coverage detected