public RaceRepository(RaceContext context) { _context = context; }
public RaceSeeder(RaceContext ctx, IWebHostEnvironment hosting) { _ctx = ctx; _hosting = hosting; }