Esempio n. 1
0
 public Dev2Repository(Dev2Context ctx)
 {
     _ctx = ctx;
 }
Esempio n. 2
0
 public Dev2seeder(Dev2Context ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }