コード例 #1
0
ファイル: GoodInfoBLL.cs プロジェクト: wryip/diyiban
 public bool Add(GoodInfo gd)
 {
     return(gddal.Insert(gd) > 0);
 }