Esempio n. 1
0
        public List <Notification> CheckAllNotifications(UserAccount user)
        {
            List <Notification> notificationList =
                Translators.Notification.ToBusinessObject(
                    _dataAccessObjects.GetNotificationByJobRole(
                        user.HighestPermission.ToString()));

            return(notificationList);
        }