public MatchRepository(FootballMatchOrganizerContext context) { this.context = context; }
public MatchRepository() { context = new FootballMatchOrganizerContext(); }