Пример #1
0
 public JumpStartEmailJob(MeredithDbContext dbContext, SendGridService sendGridService,
                          JumpStartEmailTemplateService jumpStartEmailTemplateService, JumpStartPdfJob jumpStartPdfJob)
 {
     _dbContext       = dbContext;
     _sendGridService = sendGridService;
     _jumpStartEmailTemplateService = jumpStartEmailTemplateService;
     _jumpStartPdfJob = jumpStartPdfJob;
 }