private string GenerateReport() { var rg = new ExceptionReportGenerator(Model); return rg.CreateExceptionReport(); }
private string GenerateReport() { var rg = new ExceptionReportGenerator(Model); return(rg.CreateExceptionReport()); }