public DutchRepository(DutchContext ctx) { _ctx = ctx; }
public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting, UserManager <StoreUser> userManager) { _ctx = ctx; _hosting = hosting; _userManager = userManager; }