Esempio n. 1
0
 public SampleDataGenerator(AllReadyContext context, IConfiguration configuration, UserManager <ApplicationUser> userManager)
 {
     _configuration = configuration;
     _context       = context;
     _userManager   = userManager;
 }
 public AllReadyDataAccessEF7(AllReadyContext dbContext)
 {
     _dbContext = dbContext;
 }