Example #1
0
 public ParkRepository(ParkContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public ParkListSeeder(ParkContext ctx, IWebHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }