Esempio n. 1
0
 public int DeleteProduct(int Product_Id)
 {
     return(objProductDal.DeleteProducts(Product_Id));
 }