public ActionResult Report(ReportModel reportModel)
        {
            var response = _commentReportingUiService.Report(reportModel);

            return(RedirectToPage(response));
        }
Exemplo n.º 2
0
        public ActionResult Report([IoCModelBinder(typeof(SetIPAddressModelBinder))] ReportModel reportModel)
        {
            var response = _commentReportingUiService.Report(reportModel);

            return(RedirectToPage(response));
        }