コード例 #1
0
        public ActionResult DeleteConfirmed(int id)
        {
            DAL dal = new DAL();
            dal.RemoveContactByID(id);

            return RedirectToAction("Index");
        }