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