コード例 #1
0
ファイル: MatchService.cs プロジェクト: slashgg/alexandria
 public HeroesOfTheStormMatchService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext, IMatchService matchService)
 {
     this.alexandriaContext       = alexandriaContext;
     this.heroesOfTheStormContext = heroesOfTheStormContext;
     this.matchService            = matchService;
 }
コード例 #2
0
ファイル: RankingService.cs プロジェクト: slashgg/alexandria
 public RankingService(AlexandriaContext alexandriaContext, HeroesOfTheStormContext heroesOfTheStormContext)
 {
     this.alexandriaContext       = alexandriaContext;
     this.heroesOfTheStormContext = heroesOfTheStormContext;
 }
コード例 #3
0
 public HeroesOfTheStormSaveChangesFilter(HeroesOfTheStormContext context)
 {
     this.context = context;
 }