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