Beispiel #1
0
 public MatchRepository(FootballMatchOrganizerContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public MatchRepository()
 {
     context = new FootballMatchOrganizerContext();
 }