public DataCrawler() { Summoners = new SummonerStore(context); Matches = new MatchStore(context); Champions = new ChampionStore(context); Items = new ItemStore(context); }
public DataCrawler(List <APIKey> keys) : base() { Summoners = new SummonerStore(context); Matches = new MatchStore(context); Champions = new ChampionStore(context); //Items = new ItemStore(context); this.Keys = keys; }