コード例 #1
0
        //
        // GET: /Project/Delete/5

        public ActionResult Delete(int id)
        {
            CurrentUserModel.DeleteProject(id);
            return(RedirectToAction("Index", "Home"));
        }