public K9Repository(K9Context ctx, ILogger <K9Repository> logger) { _ctx = ctx; _logger = logger; }
public K9Seeder(K9Context ctx, IHostingEnvironment hosting) { _ctx = ctx; this.hosting = hosting; }