protected async Task AddSectionAsync() { var added = await CardSectionRepository.AddAsync(CardSectionAdd); InitAdd(); CardSections.Add(added); Control.ClearScope(); }
protected void OnDeleteSection(CardSection section) { CardSections.Remove(section); StateHasChanged(); }