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