Exemplo n.º 1
0
 public bool ExcluirRegistro(int id)
 {
     return(AlunoService.ExcluirRegistro(id));
 }