public BookCategory GetBookType(int BookCategoryID) { BookCategoryHandler myhandler = new BookCategoryHandler(); return myhandler.GetBookCategory(BookCategoryID); }
public BookCategory GetBookCategory(int CategoryID) { BookCategoryHandler myHandler = new BookCategoryHandler(); return myHandler.GetBookCategory(CategoryID); }