Exemplo n.º 1
0
 public IActionResult GetComments(int id)
 {
     return(Ok(_authorManager.GetComments(id)));
 }