public PdfInfoController(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer)
 {
     _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer;
 }
Esempio n. 2
0
 public PdfDomainLogic(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer)
 {
     _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer;
 }