コード例 #1
0
ファイル: BookingService.cs プロジェクト: SermadNajar/WCF
        public List <BFood> GetAllFoodMainCourses()
        {
            FoodController foodController = new FoodController();
            List <BFood>   foundFoods     = foodController.GetAllFoodMainCourses();

            return(foundFoods);
        }