コード例 #1
0
        public ActionResult DeleteEmployee(int id)
        {
            _storage.DeleteEmplyee(id);

            return(RedirectToAction("Employees"));
        }