Beispiel #1
0
 public IActionResult KillName(int id)
 {
     nameService.DeleteName(id);
     return(RedirectToAction("Index"));
 }