Exemplo n.º 1
0
 public void ValidarAutor()
 {
     if (Autor.Count() < 4)
     {
         throw new AutorInvalidoException();
     }
 }