Aktuelle Schäden können bearbeitet werden

This commit is contained in:
Husky
2020-03-29 17:18:58 +02:00
parent 0bf99f353d
commit 5bc8c58fa6
6 changed files with 43 additions and 4 deletions

View File

@@ -11,5 +11,6 @@ namespace KanSan.Base.Interfaces.UI
bool RissBruchScherbe { get; set; }
bool EinragendeStutzen { get; set; }
string Sanierungstyp { get; set; }
List<string> AvaibleSanTyps { get; }
}
}