Exemple #1
0
 public int UpdateGoodsNumber(int goodsId, int goodsNum)
 {
     return(cd.UpdateGoodsNumber(goodsId, goodsNum));
 }