Ejemplo n.º 1
0
        public void DeleteNotification(int id)
        {
            NotificationsApi notificationApi = new NotificationsApi();

            try
            {
                notificationApi.DeleteNotification(id);
            }
            catch (Exception ex)
            {
                throw ex;
                throw;
            }
        }