Exemplo n.º 1
0
 public virtual void AddAuthors(Author author)
 {
     author.AddTitles(this);
     this.Authors.Add(author);
 }