Exemplo n.º 1
0
 public int DeleteGoodsByID(int GoodsId)
 {
     return(gd.DeleteGoodsByID(GoodsId));
 }