public PdfInfoController(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer) { _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer; }
public PdfDomainLogic(IPdfInfoDataAccessLayer pdfInfoDataAccessLayer) { _pdfInfoDataAccessLayer = pdfInfoDataAccessLayer; }