예제 #1
0
 public DatabaseInitializer(CampaignSchedulerContext context, IAccountService accountService, IHostingEnvironment env, IConfiguration config)
 {
     _accountService = accountService;
     _context        = context;
     _env            = env;
     _config         = config;
 }
예제 #2
0
 public UserRepository(CampaignSchedulerContext context)
 {
     _context = context;
 }
 public TokenRepository(CampaignSchedulerContext context)
 {
     _context = context;
 }