public PdfInfoController(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer)
 {
     _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer;
 }
Example #2
0
 public PdfDomainLogic(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer)
 {
     _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer;
 }