예제 #1
0
 public SampleDataGenerator(AllReadyContext context, IConfiguration configuration, UserManager <ApplicationUser> userManager)
 {
     _configuration = configuration;
     _context       = context;
     _userManager   = userManager;
 }
예제 #2
0
 public AllReadyDataAccessEF7(AllReadyContext dbContext)
 {
     _dbContext = dbContext;
 }