Exemple #1
0
        private async Task ExportAsync()
        {
            var exportString = await _folderRepository.ExportDataAsync();

            await _interactionService.SaveFileAsync(exportString, "csv", "bookmarked_export");
        }