Exemplo n.º 1
0
 public void PostReport(int eventId, EventReportType reportType, string notes, int?versionNumber) => queries.CreateReport(eventId, reportType, WebHelper.GetRealHost(Request), notes ?? string.Empty, versionNumber);