public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting) { _ctx = ctx; this.hosting = hosting; }
public DutchRepository(DutchContext ctx) { _ctx = ctx; }