コード例 #1
0
 public PartialFindResult <CommentForApiContract> GetComments(int tagId) => new PartialFindResult <CommentForApiContract>(queries.GetComments(tagId), 0);