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

            return(foundCats);
        }