Beispiel #1
0
 public void UpdateProductCategory(int ID, String name)
 {
     //ProductCategoryDAL.UpdateProductCategory(ID,name);
     ProductCategoryDAL.spUpdateProductCategory(ID, name);
 }