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