Beispiel #1
0
 public UserRepository(ChessHubDbContext chessHubDbContext)
 {
     _chessHubDbContext = chessHubDbContext;
 }
Beispiel #2
0
 public GameRepository(ChessHubDbContext chessHubDbContext)
 {
     _chessHubDbContext = chessHubDbContext;
 }