Example #1
0
 public InventoryStockBO getSupplierByItem(string itemName)
 {
     poda = new PurchaseOrderDA();
     return(poda.getSupplierForItem(itemName));
 }