Esempio n. 1
0
 public IActionResult Index()
 {
     return(File(_pdfService.CreatePdf(GenerateHtml()), "application/pdf"));
 }