public FootballerRepository(FootballerContext _context) { footballerContext = _context; }
public HomeController(FootballerContext context) { db = context; teams = GetTeams(); }