예제 #1
0
 public void EditarStock(string id, string stock)
 {
     objProct.EditarStock(Convert.ToInt32(id), Convert.ToInt32(stock));
 }