예제 #1
0
 public void ExcluirAluno(Aluno x)
 {
     Cadastro.Remove(x);
 }
예제 #2
0
 public void InserirAluno(Aluno x)
 {
     Cadastro.Add(x);
 }