SchachtDataService hinzugefügt

This commit is contained in:
2023-04-13 14:08:48 +02:00
parent 047e036442
commit 47aba01cb4
28 changed files with 360 additions and 237 deletions

View File

@@ -14,7 +14,7 @@ namespace SewerStammGen.Shared.Domain
public decimal HochWert { get; set; }
public decimal SohlHoehe { get; set; }
public decimal DeckelHoehe { get; set; }
public Projekt? Projekt { get; set; }
public Projekt Projekt { get; set; } = new Projekt();
public EEntwaeserung Entwaesserung { get; set; }
}