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