public Seeder(SurveyDbContext ctx, IHostingEnvironment hosting) { _ctx = ctx; _hosting = hosting; }
public DbRepository(SurveyDbContext context, ILogger <DbRepository> logger) { _ctx = context; _logger = logger; }