예제 #1
0
 public PlayerResultController(IPlayerResultService playerService)
 {
     this.playerService = playerService;
 }
예제 #2
0
 public GameResultController(IGameResultService gameService, IPlayerResultService playerService)
 {
     this.gameService   = gameService;
     this.playerService = playerService;
 }