Exemplo n.º 1
0
 private bool BookExists(int id)
 {
     return(bookRepository.BookExistById(id));
 }