예제 #1
0
 public IHttpActionResult POST(int id, Comment comment)
 {
     return(Ok(_adapter.AddComment(id, comment)));
 }