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