public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger) { _ctx = ctx; _logger = logger; }
public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting) { _ctx = ctx; _hosting = hosting; }