public HeroesOfTheStormMatchService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext, IMatchService matchService) { this.alexandriaContext = alexandriaContext; this.heroesOfTheStormContext = heroesOfTheStormContext; this.matchService = matchService; }
public RankingService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext) { this.alexandriaContext = alexandriaContext; this.heroesOfTheStormContext = heroesOfTheStormContext; }
public HeroesOfTheStormSaveChangesFilter(HeroesOfTheStormContext context) { this.context = context; }