Пример #1
0
        public async Task <Dictionary <string, string> > Get()
        {
            try
            {
                var temp = await _dataProcessor.GetCurrenciesListAsync();

                return(temp);
            }
            catch
            {
                throw new HttpResponseException(HttpStatusCode.NotFound);
            }
        }