Exemplo n.º 1
0
 public JumpStartEmailService(MeredithDbContext dbContext, SendGridService sendGridService,
                              JumpStartEmailTemplateService jumpStartEmailTemplateService, JumpStartPdfService jumpStartPdfService)
 {
     _dbContext       = dbContext;
     _sendGridService = sendGridService;
     _jumpStartEmailTemplateService = jumpStartEmailTemplateService;
     _jumpStartPdfService           = jumpStartPdfService;
 }
Exemplo n.º 2
0
 public PuppeteerService(JumpStartEmailTemplateService jumpStartEmailTemplateService)
 {
     _jumpStartEmailTemplateService = jumpStartEmailTemplateService;
 }