public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager) //in order to fill the db context it must have it { _ctx = ctx; _hosting = hosting; _userManager = userManager; }
public DutchRepository(DutchContext ctx) { _ctx = ctx; }