예제 #1
0
        public List <Item> GetItemsByID(int Id)
        {
            ItemRepo repo = new ItemRepo();

            return(repo.GetItemsById(Id));
        }