コード例 #1
0
        public ActionResult DeleteGrantTypeList(int?GrantTypeListID)
        {
            //Delete
            if (GrantTypeListID.HasValue)
            {
                bool deleted = appddservice.DeleteGrantTypeList(GrantTypeListID.Value);
            }

            return(RedirectToAction("AppDropDowns"));
        }