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