Exemplo n.º 1
0
 public ActionResult Delete(int id)
 {
     mobileBL.Delete(id);
     return(RedirectToAction("MobileDetails"));
 }