Exemplo n.º 1
0
 public IActionResult Loeschen(int id)
 {
     _notizRepository.Loesche(id);
     return(RedirectToAction("Liste"));
 }