Esempio n. 1
0
 public static SqlDataReader CategoryBookList(int count, int page)
 {
     return(CategoryDAL.CategoryBookList(count, page));
 }