Ejemplo n.º 1
0
        public ActionResult Delete(int id)
        {
            StudentViewModel studentt = new StudentViewModel();

            studentt.DeleteStudentById(id);
            return(RedirectToAction("Index"));
        }