Ejemplo n.º 1
0
        public void UpdateNotification(Notifications notification)
        {
            NotificationsApi notificationApi = new NotificationsApi();

            if (notification != null)
            {
                notificationApi.UpdateNotification(notification);
            }
        }