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