Exemplo n.º 1
0
 public bool DeleteBook(Book book)
 {
     RefreshRepositories();
     return(rb.DeleteBookByID((int)book.ID));
 }