Esempio n. 1
0
 public IEnumerable <Inventory> Get()
 {
     return((IEnumerable <Inventory>)inventoryLogic.GetData());
 }