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