Exemple #1
0
 public DutchRepository(DutchContext ctx, ILogger <DutchRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
Exemple #2
0
 public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }