Exemplo n.º 1
0
 public bool AddBook(Book book)
 {
     RefreshRepositories();
     return(rb.AddBook(book));
 }