예제 #1
0
 public bool Add(GoodInfo gd)
 {
     return(gddal.Insert(gd) > 0);
 }