コード例 #1
0
        public ActionResult second_kind_register()
        {
            //如果添加失败
            config_file_second_kindModel t = new config_file_second_kindModel();

            t.second_kind_id = ibll.Maxsecond_kind_id().ToString();
            ViewData.Model   = t;
            FillDrop();
            return(View());
        }