示例#1
0
 public Dev2Repository(Dev2Context ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public Dev2seeder(Dev2Context ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }