public void Add(ShoppingCartItem item)
 {
     Items.Add(item);
 }
示例#2
0
 public void Add(ShoppingCartItem item)
 {
     Items.Add(item);
 }