Exemplo n.º 1
0
 private string GenerateReport()
 {
     var rg = new ExceptionReportGenerator(Model);
     return rg.CreateExceptionReport();
 }
Exemplo n.º 2
0
        private string GenerateReport()
        {
            var rg = new ExceptionReportGenerator(Model);

            return(rg.CreateExceptionReport());
        }