Example #1
0
 public ActionResult Delete(Contacts contactToDelete)
 {
     /*if(*/
     _service.DeleteContact(contactToDelete);/*)*/
     return(RedirectToAction("Index"));
     //return View();
 }