示例#1
0
        public IEnumerable <RoomPrice> GetAllRoomPrices()
        {
            IEnumerable <RoomPrice> roomPrices = TableNoTracking.ToArray();


            return(roomPrices);
        }
示例#2
0
        public IEnumerable <MealPlanPrice> GetAllMealPlansPrices()
        {
            IEnumerable <MealPlanPrice> mealPlanPrices = TableNoTracking.ToArray();


            return(mealPlanPrices);
        }
        public IEnumerable <Room> GetAllRooms()
        {
            IEnumerable <Room> rooms = TableNoTracking.ToArray();


            return(rooms);
        }