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