Exemplo n.º 1
0
 public void updateQuantity(string poId, int quantity, string itemNumber)
 {
     poda = new PurchaseOrderDA();
     poda.updateQuantityById(poId, quantity, itemNumber);
 }