Exemplo n.º 1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _playersManager.DeletePlayer(id);
     return(RedirectToAction("Index"));
 }