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