Ejemplo n.º 1
0
        //add image to the database
        public void BookBusinessLogic_InsertImage(Book book)
        {
            BookData BookData = new BookData();

            BookData.BookData_InsertBook(book.bookImgeName, book.bookISBN, book.bookImgPath, book.userID);
        }