Пример #1
0
        internal List <Item> List()
        {
            List <Item> Items = itemDal.List();

            return(Items);
        }