コード例 #1
0
 public MatchmakerController(
     MatchmakerLogService matchmakerLogService,
     MatchmakerService matchmakerService
     )
 {
     _matchmakerLogService = matchmakerLogService;
     _matchmakerService    = matchmakerService;
 }
コード例 #2
0
 public MatchmakerHub(MatchmakerService matchmakerService)
 {
     _matchmakerService = matchmakerService;
 }