MCPcopy Create free account
hub / github.com/castello/spring_basic / BoardDto

Method BoardDto

ch4/BoardDto.java:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public BoardDto() { this("","",""); }
28 public BoardDto(String title, String content, String writer){
29 this.title = title;
30 this.content = content;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected