Exemple #1
0
 //查看图书具体界面
 public static SqlDataReader IDselcet(int ID)
 {
     return(BookService.Idselect(ID));
 }