コード例 #1
0
ファイル: ClsProduct.cs プロジェクト: sohamv4/Ecommerce
 public int InsertProduct(Product obj)
 {
     return(objblproduct.InsertProduct(obj));
 }