示例#1
0
 public virtual void RemoveProduct(BaseProduct product)
 {
     _products.Remove(product);
 }