Example #1
0
 //查询图书信息
 public static SqlDataReader select(string bookname)
 {
     return(BookService.select(bookname));
 }