예제 #1
0
        public List <Item> ReadItems()
        {
            IGetAllItems readObject = new ReadItemData();

            return(readObject.GetAllItems());
        }
        public List <Item> GetAllItems()
        {
            IGetAllItems allItems = new ReadItemData();

            return(allItems.GetAllItems());
        }