Esempio n. 1
0
 public bool Destroy(object ProductID)
 {
     return(Product.Destroy(ProductID) == 1);
 }