示例#1
0
 public Choices.ItemOptionsInventoryViewDataTable GetItemOptionInventory(int ItemId, string key)
 {
     ChoicesTableAdapters.ItemOptionsInventoryViewTableAdapter adp = new lw.Products.ChoicesTableAdapters.ItemOptionsInventoryViewTableAdapter();
     return(adp.GetDataByKey(key, ItemId));
 }
示例#2
0
 public Choices.ItemOptionsInventoryViewDataTable GetItemOptionInventory(int ItemId)
 {
     ChoicesTableAdapters.ItemOptionsInventoryViewTableAdapter adp = new lw.Products.ChoicesTableAdapters.ItemOptionsInventoryViewTableAdapter();
     return(adp.GetByItem(ItemId));
 }