Exemplo n.º 1
0
 public IActionResult GetID(int id)
 {
     return(Ok(_comment.GetByID(id)));
 }