コード例 #1
0
 public int Insert(GoodsMOD gm)
 {
     gd.Insert(gm);
     return(gd.GetId(gm));
 }