Beispiel #1
0
        public int getBookCount(string typeID)
        {
            BookInfoDAL dal = new BookInfoDAL();

            return(dal.getBookCount(typeID));
        }
Beispiel #2
0
        /// <summary>
        /// get book's count
        /// </summary>
        /// <returns></returns>
        public int getBookCount()
        {
            BookInfoDAL dal = new BookInfoDAL();

            return(dal.getBookCount());
        }