Esempio n. 1
0
 //验证书名是否存在
 public int BookExist(string bookname)
 {
     return(dal.BookExist(bookname));
 }