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