コード例 #1
0
 public JumpStartPreviewService(MeredithDbContext dbContext, PuppeteerService puppeteerService,
                                JumpStartPlanService jumpStartPlanService)
 {
     _dbContext            = dbContext;
     _puppeteerService     = puppeteerService;
     _jumpStartPlanService = jumpStartPlanService;
 }
コード例 #2
0
 public JumpStartPdfService(MeredithDbContext dbContext, GoogleStorageService googleStorageService,
                            IBackgroundJobClient backgroundJobClient, PuppeteerService puppeteerService)
 {
     _dbContext            = dbContext;
     _googleStorageService = googleStorageService;
     _backgroundJobClient  = backgroundJobClient;
     _puppeteerService     = puppeteerService;
 }