public JumpStartPreviewService(MeredithDbContext dbContext, PuppeteerService puppeteerService, JumpStartPlanService jumpStartPlanService) { _dbContext = dbContext; _puppeteerService = puppeteerService; _jumpStartPlanService = jumpStartPlanService; }
public JumpStartPdfService(MeredithDbContext dbContext, GoogleStorageService googleStorageService, IBackgroundJobClient backgroundJobClient, PuppeteerService puppeteerService) { _dbContext = dbContext; _googleStorageService = googleStorageService; _backgroundJobClient = backgroundJobClient; _puppeteerService = puppeteerService; }