public void Add(ShoppingCartItem item)
 {
     Items.Add(item);
 }
Пример #2
0
 public void Add(ShoppingCartItem item)
 {
     Items.Add(item);
 }