Ejemplo n.º 1
0
 public IActionResult Add(Comment model)
 {
     _post.AddComment(model);
     return(Created("", model.CommentId));
 }