Exemple #1
0
 public DutchSeeder(DutchContext ctx, IHostingEnvironment hosting)
 {
     _ctx         = ctx;
     this.hosting = hosting;
 }
Exemple #2
0
 public DutchRepository(DutchContext ctx)
 {
     _ctx = ctx;
 }