コード例 #1
0
 public IActionResult ExclusaoConfirmada(int?id)
 {
     objAlunoRep.Excluir(id);
     return(RedirectToAction("Index"));
 }