Exemplo n.º 1
0
 public JumpStartPreviewService(MeredithDbContext dbContext, PuppeteerService puppeteerService,
                                JumpStartPlanService jumpStartPlanService)
 {
     _dbContext            = dbContext;
     _puppeteerService     = puppeteerService;
     _jumpStartPlanService = jumpStartPlanService;
 }
Exemplo n.º 2
0
 public JumpStartPdfService(MeredithDbContext dbContext, GoogleStorageService googleStorageService,
                            IBackgroundJobClient backgroundJobClient, PuppeteerService puppeteerService)
 {
     _dbContext            = dbContext;
     _googleStorageService = googleStorageService;
     _backgroundJobClient  = backgroundJobClient;
     _puppeteerService     = puppeteerService;
 }