コード例 #1
0
ファイル: Product_BLL.cs プロジェクト: hello-jim/YunXiu
 public bool DeleteProduct(int pID)
 {
     return(dal.DeleteProduct(pID));
 }