示例#1
0
        public ActionResult UpdateResult(string name, string parent)
        {
            SkillsService proxy = new SkillsService();

            proxy.update(name, parent);
            return(View());
        }