Exemple #1
0
 public IEnumerable <FootsitesProduct> GetProductsList(FootSitesBotBase website)
 {
     return(_upComingReleaseData[website]);
 }
Exemple #2
0
 public List <FootsitesProduct> GetUpcomingReleases(FootSitesBotBase bot) => _upComingReleaseData.ContainsKey(bot) ? new List <FootsitesProduct>() : _upComingReleaseData[bot];