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