Ejemplo n.º 1
0
 public virtual void UpdateName(string name)
 {
     AuthorName = new AuthorName(name);
 }
Ejemplo n.º 2
0
 private Author(Guid id, AuthorName authorName, AuthorPicture authorPicture) : base(id)
 {
     AuthorName    = authorName;
     AuthorPicture = authorPicture;
 }