Beispiel #1
0
 public ActionResult PlaceDelete(int id)
 {
     _votePlaceModelService.DeleteVotePlaceModel(id);
     return(RedirectToAction(nameof(Places)));
 }