Example #1
0
        public ActionResult UpdateEvent(int id)
        {
            Event @restaurant = eventRepo.GetEventByID(id);

            return(View(@restaurant));
        }