示例#1
0
        public ActionResult Delete(int id, Department department)
        {
            _buisnessLogicClass.DeleteDepartment(id);

            return(RedirectToAction(nameof(Index)));
        }