Пример #1
0
        public ActionResult Create()
        {
            var model = new MetaFormViewModel {
                MetaTypeValues = _metaRepository.GetMetaTypeProperties()
            };

            return(View(model));
        }