Esempio n. 1
0
 public void DeleteProductCategory(int ID)
 {
     //ProductCategoryDAL.DeleteProductCategory(ID);
     ProductCategoryDAL.spDeleteProductCategory(ID);
 }