コード例 #1
0
 public IHttpActionResult CreateComment(CommentVM comment)
 {
     return(Json(CommentData.Create(comment)));
 }