Exemple #1
0
 public GameController(IGameService game, IReportService reportService, IGameCommentService gameComment, IConfigInfoService configInfoService)
 {
     _game = game;
     _reportService = reportService;
     _gameComment = gameComment;
     _configInfoService = configInfoService;
 }
Exemple #2
0
 public GameController(IGameService musicBll, IGameCommentService gameCommentService)
 {
     _gameBll = musicBll;
     this._gameCommentService = gameCommentService;
 }