Exemple #1
0
        public async Task <string> GetAllSurveyConfigurations()
        {
            log.LogEverything("Communicator.GetAllSurveyConfigurations", "called");

            try
            {
                return(await http.GetAllSurveyConfigurations());
            }
            catch (Exception ex)
            {
                throw new Exception("Communicator.GetAllSurveyConfigurations" + " failed", ex);
            }
        }