Ejemplo n.º 1
0
 public bool ActivateBook(Book book)
 {
     book.BookStatus = true;
     return(_bookDAL.BookUpdate(book) > 0);
 }