Bewertungsystem weitergeschrieben

This commit is contained in:
2024-08-21 11:45:50 +02:00
parent 6f218889ee
commit 1f5e24dfd0
11 changed files with 18717 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ namespace dcnsanplanung.DAL.Services.PostgresqlData
{
Haltung result = new Haltung()
{
//ID = reader.GetInt32(0),
ID = reader.GetInt32(0),
Guid = Guid.Parse(reader.GetString(1)),
Ref_Projekt_Guid = Guid.Parse(reader.GetString(2)),
Objektbezeichnung = reader.GetString(3),