Example #1
0
 public HeroesOfTheStormMatchService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext, IMatchService matchService)
 {
     this.alexandriaContext       = alexandriaContext;
     this.heroesOfTheStormContext = heroesOfTheStormContext;
     this.matchService            = matchService;
 }
Example #2
0
 public RankingService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext)
 {
     this.alexandriaContext       = alexandriaContext;
     this.heroesOfTheStormContext = heroesOfTheStormContext;
 }
Example #3
0
 public HeroesOfTheStormSaveChangesFilter(HeroesOfTheStormContext context)
 {
     this.context = context;
 }