예제 #1
0
        public ActionResult UpdateAboutUs(string aboutus)
        {
            HotelModel hotelModel = new HotelModel(connectionString);

            hotelModel.UpdateAboutUs(aboutus);
            return(View("ModifyPage", "ModifyPage"));
        }