예제 #1
0
        public List <Item> GetItems()

        {
            try

            {
                ItemDal objdal = new ItemDal();

                return(objdal.GetItems());
            }

            catch

            {
                throw;
            }
        }