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