Exemplo n.º 1
0
 public ActionResult <Comentario> GetId(string id)
 {
     return(_comentarioService.GetById(id));
 }