Exemple #1
0
 public JumpStartEmailService(MeredithDbContext dbContext, SendGridService sendGridService,
                              JumpStartEmailTemplateService jumpStartEmailTemplateService, JumpStartPdfService jumpStartPdfService)
 {
     _dbContext       = dbContext;
     _sendGridService = sendGridService;
     _jumpStartEmailTemplateService = jumpStartEmailTemplateService;
     _jumpStartPdfService           = jumpStartPdfService;
 }