Exemplo n.º 1
0
        public static async Task InsertSectionAsync()
        {
            await SectionTable.InsertSection(CommandInsertModel.InsertSection());

            SectionContextList.Add(CommandModel.GetSectionContext());
            return;
        }