示例#1
0
 public CommentForApiContract PostNewComment(int topicId, CommentForApiContract contract) => _queries.CreateComment(topicId, contract);
 public CommentForApiContract PostNewComment(int topicId, CommentForApiContract contract)
 {
     return(queries.CreateComment(topicId, contract));
 }