Beispiel #1
0
        public async Task <IEnumerable <ImportRecord> > GetImportRecords(Guid id)
        {
            log.LogInformation("Getting imported records. ImportMetadataId:{id}", id);
            var data = await importService.GetImportDataAsync(id);

            return(data);
        }