Exemplo n.º 1
0
 public void Update(User updatedClient)
 {
     this.id            = updatedClient.GetId();
     this.firstName     = updatedClient.GetFirstName();
     this.lastName      = updatedClient.GetLastName();
     this.borrowedBooks = updatedClient.GetAllBooks();
 }