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