Пример #1
0
        public ActionResult interests(Interests f)
        {
            try
            {
                f.Set();
            }
            catch (RuleException e)
            {
                f.Errors.CopyToModelState(ModelState);
            }

            return(View("interests", f));
        }