Esempio n. 1
0
        // GET: Employee/Delete/5
        public ActionResult Delete(int id)
        {
            wc.DeleteEmployee(id);

            return(RedirectToAction("Index"));
        }