Esempio n. 1
0
        public static List <Notification> CheckAllNotifications(UserAccount user)
        {
            BusinessObjects     _businessObjects = new BusinessObjects();
            List <Notification> notificationList = _businessObjects.CheckAllNotifications(user);

            return(notificationList);
        }