예제 #1
0
 public int UpdateCount(int count, string id, string bookname)
 {
     return(cs.UpdateCount(count, id, bookname));
 }