예제 #1
0
        public IEnumerable <Room> Get()
        {
            var model = roomData.GetAll();

            return(model);
        }
예제 #2
0
        public ActionResult Index()
        {
            var model = roomData.GetAll();

            return(View(model));
        }