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