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