Пример #1
0
 public GameSessionService()
 {
     userService           = new UserService();
     levelService          = new LevelService();
     riddlesService        = new RiddlesService();
     gameSessionRepository = new GameSessionRepository();
 }
Пример #2
0
 public GameSessionService()
 {
     _GameSessionRepo = new GameSessionRepository();
 }
Пример #3
0
 public RecordService()
 {
     this.gameSessionRepository = new GameSessionRepository();
 }