예제 #1
0
        public bool IssuedBooksBLL()
        {
            bool isBookAccepted = false;

            try
            {
                dAL.IssuedBooksDAL();
                isBookAccepted = true;
            }
            catch {
            }
            return(isBookAccepted);
        }