Exemple #1
0
 public void ValidarTema()
 {
     if (Tema.Count() < 4)
     {
         throw new TemaInvalidoException();
     }
 }