コード例 #1
0
        public List <ChapeauMenuItem> GetChapeauMenuItems(string category, string subCategory)
        {
            List <ChapeauMenuItem> Menuitems = order_db.Db_Menu_Items(category, subCategory);

            return(Menuitems);
        }