Пример #1
0
 public IActionResult Excluir(int id)
 {
     autoresRep.Excluir(id);
     return(RedirectToAction(nameof(Index)));
 }