Пример #1
0
 public int SelectCount(string bookName, string userid)
 {
     return(cs.SelectCount(bookName, userid));
 }