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