public DutchTreatRepository(DutchTreatDbContext ctx) { _ctx = ctx; }
public Seeder(DutchTreatDbContext dbContext, IWebHostEnvironment hosting, UserManager <StoreUser> userManager) { _dbContext = dbContext; _hosting = hosting; _userManager = userManager; }
public DutchTreatSeeder(DutchTreatDbContext ctx, IHostingEnvironment hosting) { _ctx = ctx; _hosting = hosting; }