Beispiel #1
0
 public IActionResult Remove(int id)
 {
     _tipoService.Remove(id);
     return(RedirectToAction(nameof(Index)));
 }