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

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