Esempio n. 1
0
        public void NotificationRead(string notificationId)
        {
            NotificationBL obj = new NotificationBL();

            obj.NotificationReadBL(notificationId);
        }