Exemplo n.º 1
0
 public virtual void Register(Guid authorId)
 {
     Authors = new AuthorCollection();
     Authors.Add(authorId);
 }
Exemplo n.º 2
0
 protected Book()
 {
     Authors = new AuthorCollection();
 }