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