Esempio n. 1
0
        // GET: Hotels
        public ActionResult Index()
        {
            var model = db.GetAllHotels();

            return(View(model));
        }