Beispiel #1
0
 public PlayerRepository(SuperLeagueDBContext dBContext)
 {
     _dbContext = dBContext;
 }
Beispiel #2
0
 public TeamRepository(SuperLeagueDBContext dbContext)
 {
     _dbContext = dbContext;
 }