Beispiel #1
0
 public bool DeleteProduct(ProductCategoryMaster item)
 {
     return(productcategoryDAL.Delete(item));
 }
Beispiel #2
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public bool Delete(int ProductCategoryId)
 {
     return(dal.Delete(ProductCategoryId));
 }