예제 #1
0
 public IActionResult Get()
 {
     return(Ok(_comment.GetAll()));
 }
예제 #2
0
 public List <Comment> GetAll()
 {
     return(_comment.GetAll());
 }