public MatchSeriesController(IMatchService matchService, MatchSeriesUtils matchSeriesUtils)
 {
     this.matchService     = matchService;
     this.matchSeriesUtils = matchSeriesUtils;
 }
Esempio n. 2
0
 public HeroesOfTheStormMatchSeriesReportingController(HeroesOfTheStormMatchService matchService, MatchSeriesUtils matchSeriesUtils)
 {
     this.matchService     = matchService;
     this.matchSeriesUtils = matchSeriesUtils;
 }