Ejemplo n.º 1
0
 public UserRepository(ChessHubDbContext chessHubDbContext)
 {
     _chessHubDbContext = chessHubDbContext;
 }
Ejemplo n.º 2
0
 public GameRepository(ChessHubDbContext chessHubDbContext)
 {
     _chessHubDbContext = chessHubDbContext;
 }