コード例 #1
0
ファイル: ItemBL.cs プロジェクト: Saxoncs/Online-Pet-Supplies
        public List <Item> GetItems()

        {
            try

            {
                ItemDal objdal = new ItemDal();

                return(objdal.GetItems());
            }

            catch

            {
                throw;
            }
        }