コード例 #1
0
        public ActionResult InsertGrantTypeList()
        {
            //Insert
            bool Inserted = appddservice.InsertGrantTypeList();

            return(RedirectToAction("AppDropDowns"));
        }