예제 #1
0
 public MatchGenerator(IMatchesHelper matchesHelper, IPlayersHelper playersHelper)
 {
     _matchesHelper = matchesHelper;
     _playersHelper = playersHelper;
 }
예제 #2
0
 public MatchesHelper(IPlayersHelper playerHelper)
 {
     _playerHelper = playerHelper;
 }