public PdfService(TradeUnionCommitteeContext context, IMapper mapper, IReportPdfBucketService pdfBucketService, IReportGeneratorService reportGeneratorService)
 {
     _context                = context;
     _mapper                 = mapper;
     _pdfBucketService       = pdfBucketService;
     _reportGeneratorService = reportGeneratorService;
 }
예제 #2
0
 public PdfService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities, IReportPdfBucketService pdfBucketService, IReportGeneratorService reportGeneratorService)
 {
     _context                = context;
     _mapperService          = mapperService;
     _hashIdUtilities        = hashIdUtilities;
     _pdfBucketService       = pdfBucketService;
     _reportGeneratorService = reportGeneratorService;
 }