Exemple #1
0
 public RaceRepository(RaceContext context)
 {
     _context = context;
 }
Exemple #2
0
 public RaceSeeder(RaceContext ctx, IWebHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }