Example #1
0
 public FirstViewModel(ILeagueOfLegendsApiService leagueOfLegendsService)
 {
     _leagueOfLegendsService = leagueOfLegendsService;
     Url = String.Format("https://prod.api.pvp.net/api/lol/na/v1.1/summoner/by-name/RiotSchmick?api_key={0}", ApiKeyConst.Key);
 }
Example #2
0
 public FirstViewModel(ILeagueOfLegendsApiService leagueOfLegendsService)
 {
     _leagueOfLegendsService = leagueOfLegendsService;
     Url = String.Format("https://prod.api.pvp.net/api/lol/na/v1.1/summoner/by-name/RiotSchmick?api_key={0}", ApiKeyConst.Key);
 }