Пример #1
0
        public ActionResult About()
        {
            SetCurrentMenu();

            var model = LayoutRepository.LoadDefaultIntroduction();

            return(View(model));
        }