示例#1
0
 private bool NaoPodeLancarNota(Aluno aluno)
 {
     return NotaJaRegistrada(aluno) || aluno.EstaReprovado();
 }