Example #1
0
        public int getBookCountLike(string name)
        {
            BookInfoDAL dal = new BookInfoDAL();

            return(dal.getBookCountLike(name));
        }