Beispiel #1
0
        public async Task <string> GetSymptoms()
        {
            var Symptoms = await _context.GetListSymptomsAsync();

            return(JsonConvert.SerializeObject(new { Symptoms }, ControllersServices.JsonSettings));
        }