Example #1
0
 public TeamRepository(BundesligaContext bundesligaContext)
 {
     _bundesligaContext = bundesligaContext;
     _set = bundesligaContext.Teams;
 }
Example #2
0
 public GameRepository(BundesligaContext bundesligaContext)
 {
     _bundesligaContext = bundesligaContext;
     _set = bundesligaContext.Games;
 }