Esempio n. 1
0
 public CampaignService(EmailTimerContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ManageGifService(EmailTimerContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public ConfigurationService(EmailTimerContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public CustomerService(EmailTimerContext context, IConfiguration configuration)
 {
     _context    = context;
     AppSettings = configuration;
 }
Esempio n. 5
0
 public InterestListService(EmailTimerContext context)
 {
     _context = context;
 }