예제 #1
0
파일: BookManager.cs 프로젝트: CHIclay/YUJ
 //查看图书具体界面
 public static SqlDataReader IDselcet(int ID)
 {
     return(BookService.Idselect(ID));
 }