public List<Model.StockCard> getStockCard(string itemID)
 {
     BusinessLogic.InventoryController BL = new BusinessLogic.InventoryController();
     return BL.getStockCard(itemID);
 }
Example #2
0
 public List <Model.StockCard> getStockCard(string itemID)
 {
     BusinessLogic.InventoryController BL = new BusinessLogic.InventoryController();
     return(BL.getStockCard(itemID));
 }