Esempio n. 1
0
        public bool ViewRequestBLL()
        {
            bool isRequestsViewed = false;

            try
            {
                dAL.ViewRequestDAL();
                isRequestsViewed = true;
            }
            catch { }
            return(isRequestsViewed);
        }