示例#1
0
 public void RemoveProduct(Product product)
 {
     dataAccess.RemoveProduct(product.Id);
 }