コード例 #1
0
        public ActionResult NewTerm(AdminModel model)
        {
            bool bRet = model.AddTerm();

            return(View("Index", model));
        }