Example #1
0
 public void ValidarTitulo()
 {
     if (Titulo.Count() < 4)
     {
         throw new TituloInvalidoException();
     }
 }