public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger) { this._logger = logger; this._Ctx = ctx; }
public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting) { this._Hosting = hosting; this._Ctx = ctx; }