Esempio n. 1
0
        public static async Task <IList <string> > GetSectionsAsync()
        {
            IList <string> Sections = new List <string>();

            Sections = await SectionTable.ReadSectionTable(CommandReadModel.ReadSectionTable());

            return(Sections);
        }