예제 #1
0
 public SummonerController(ISummonerEndPoint getSummonerData, IMatchesEndPoint getMatches)
 {
     this.getMatches      = getMatches;
     this.getSummonerData = getSummonerData;
 }
예제 #2
0
 public MatchesController(IMatchesEndPoint getMatches) => this.getMatches = getMatches;