public CompleteEvaluationReminderJob()
 {
     this.modelContext = new ModelContext();
     this.supplyCompleteRegistrationReminderEmailService = new SupplyCompleteRegistrationReminderEmailService();
     this.pdfService  = new PdfService();
     this.emailSender = new EmailSender();
     this.sendEmailToContinueService = new SendEmailToContinueService();
 }
示例#2
0
 public CompleteRegistrationReminderJob()
 {
     this.modelContext = new ModelContext();
     this.supplyCompleteRegistrationReminderEmailService = new SupplyCompleteRegistrationReminderEmailService();
     this.pdfService = new PdfService();
 }