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