Esempio n. 1
0
 public BookCategory GetBookType(int BookCategoryID)
 {
     BookCategoryHandler myhandler = new BookCategoryHandler(); return myhandler.GetBookCategory(BookCategoryID);
 }
Esempio n. 2
0
 public BookCategory GetBookCategory(int CategoryID)
 {
     BookCategoryHandler myHandler = new BookCategoryHandler(); return myHandler.GetBookCategory(CategoryID);
 }