コード例 #1
0
 public SummonerController(ISummonerEndPoint getSummonerData, IMatchesEndPoint getMatches)
 {
     this.getMatches      = getMatches;
     this.getSummonerData = getSummonerData;
 }
コード例 #2
0
ファイル: MatchesController.cs プロジェクト: szpic/riotap
 public MatchesController(IMatchesEndPoint getMatches) => this.getMatches = getMatches;