Esempio n. 1
0
        public ActionResult ExpertDelete(int id, Expert collection)
        {
            var service = new ExpertService();

            service.Delete(id);
            return(RedirectToAction("GetAllExperts"));
        }