Ejemplo n.º 1
0
 public DocumentController(DocumentService documentService, HtmlRenderingService htmlRenderingService)
 {
     this.documentService      = documentService;
     this.htmlRenderingService = htmlRenderingService;
 }
Ejemplo n.º 2
0
 public DocumentService(PdfService pdfService, HtmlRenderingService htmlRenderingService)
 {
     this.pdfService           = pdfService;
     this.htmlRenderingService = htmlRenderingService;
 }