Пример #1
0
 public int DelGoodsCategory(int categoryID)
 {
     return(GoodsDAL.DelGoodsCategory(categoryID));
 }