예제 #1
0
        public ActionResult Delete(int?id)
        {
            int objVm = facade.DeleteGetEmployeeById(Convert.ToInt32(id));

            return(RedirectToAction("Index"));
        }