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