Beispiel #1
0
        void RefreshExchange()
        {
            var response = reader.RefreshExchange(UserAccount.ManagerId);

            OutputHelper.Output(response);
        }