Beispiel #1
0
 internal void UpdateTitle(string newTitle)
 {
     BookValidator.ValidateTitle(newTitle);
     Title = newTitle;
 }