Exemple #1
0
        protected async Task HandleValidSubmit()
        {
            await CommunityService.CreatePost(CommunityIdSave, Post);

            await CloseEventCallback.InvokeAsync(true);

            ShowDialog = false;
            StateHasChanged();
        }