Exemplo n.º 1
0
        //private TrendLine trendLine;

        public Size(Sell item, NikeSneaker sneaker)
        {
            this.size     = item.shoeSize;
            this.currency = item.localCurrency;
            this.lastSoldItems.Add(item);
            this.sneaker = sneaker;
        }
Exemplo n.º 2
0
 public SizesList(NikeSneaker sneaker)
 {
     this.sneaker = sneaker;
 }