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