コード例 #1
0
 public CommentForApiContract PostNewComment(int tagId, CommentForApiContract contract) => _queries.CreateComment(tagId, contract);
コード例 #2
0
 public CommentForApiContract PostNewComment(int tagId, CommentForApiContract contract)
 {
     return(queries.CreateComment(tagId, contract));
 }