Esempio n. 1
0
 public void Post([FromBody] Comment comment)
 {
     _commentManager.createComment(comment);
 }