Ejemplo n.º 1
0
        private async Task Save()
        {
            _comment.Content = Content;
            IsBusy           = true;
            await _commentsService.EditCommentAsync(_comment);

            await CoreMethods.PopPageModel();

            IsBusy = false;
        }