Esempio n. 1
0
 public bool Adds(int _add, GoodInfo gd)
 {
     return(gddal.Updates(_add, gd) > 0);
 }