Testdateien hinzugefügt.
Schächte werden Importiert
This commit is contained in:
@@ -104,5 +104,14 @@ namespace SewerStammGen.DAL.Services.PostgresqlData
|
||||
return entity;
|
||||
|
||||
}
|
||||
|
||||
public async Task<bool> InsertSchachtBulk(List<Schacht> schacht)
|
||||
{
|
||||
foreach(var item in schacht)
|
||||
{
|
||||
await Create(item);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user