Exemple #1
0
 public bool IsSubscribed(Aluno aluno)
 {
     return(Alunos.Contains(aluno));
 }