Beispiel #1
0
 internal void UpdateAuthor(string newAuthor)
 {
     BookValidator.ValidateAuthor(newAuthor);
     Author = newAuthor;
 }