Ejemplo n.º 1
0
 public GameSessionService()
 {
     userService           = new UserService();
     levelService          = new LevelService();
     riddlesService        = new RiddlesService();
     gameSessionRepository = new GameSessionRepository();
 }
Ejemplo n.º 2
0
 public GameSessionService()
 {
     _GameSessionRepo = new GameSessionRepository();
 }
Ejemplo n.º 3
0
 public RecordService()
 {
     this.gameSessionRepository = new GameSessionRepository();
 }