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

Method getCount

ch4/BoardService.java:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7public interface BoardService {
8 int getCount() throws Exception;
9 int remove(Integer bno, String writer) throws Exception;
10 int write(BoardDto boardDto) throws Exception;
11 List<BoardDto> getList() throws Exception;

Callers 1

listMethod · 0.65

Implementers 1

BoardServiceImplch4/BoardServiceImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected