Man kann jetzt Bemerkungen los werden

This commit is contained in:
Husky
2018-07-12 14:07:15 +02:00
parent eb69f42d53
commit d4c192831f
4 changed files with 41 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ namespace KlassenBIB
public double Schachtlaenge { get; set; }
public DateTime HaltungGemessen { get; set; }
public InspektionskuerzelnCollection Schadenskuerzeln { get; private set; }
public string Bemerkung { get; set; }
public SanierungCollection Sanierung { get;set; }
public Inspektionsobjekt()