コード例 #1
0
 public void PostReport(int tagId, TagReportType reportType, string notes, int?versionNumber) => _queries.CreateReport(tagId, reportType, WebHelper.GetRealHost(Request), notes ?? string.Empty, versionNumber);