Skip to content
Snippets Groups Projects
Commit 552006c4 authored by Sirieam Marie Hunke's avatar Sirieam Marie Hunke
Browse files

Naming

parent d7881ff6
No related branches found
No related tags found
1 merge request!26New: MigrateSQL2Linked to GD
......@@ -230,7 +230,7 @@ public class Deployer
_logger.LogInformation("Roles converted to linked data.");
_logger.LogInformation("Converting resource types to linked data...");
var resourceTypeStructuralGraphs = _resourceTypeStructuralData.ConvertToLinkedDataAsync(resourceTypeInformations);
var resourceTypeStructuralGraphs = _resourceTypeStructuralData.CreateGraphAsync(resourceTypeInformations);
_logger.LogInformation("Storing the graphs...");
await StoreSql2LinkedGraphs(roleStructuralGraphs);
......
......@@ -20,7 +20,7 @@ public class ResourceTypeStructuralData
_logger = logger;
}
public async IAsyncEnumerable<IGraph> ConvertToLinkedDataAsync(IAsyncEnumerable<ResourceTypeInformationDto> entries)
public async IAsyncEnumerable<IGraph> CreateGraphAsync(IAsyncEnumerable<ResourceTypeInformationDto> entries)
{
await foreach (var entry in entries)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment