Inspektionsrichtung wird nun nicht mehr in Bemerkung geschrieben sondern in einem extra Feld

This commit is contained in:
Husky
2018-07-21 21:39:43 +02:00
parent 753ac7051d
commit cf0124cafd
2 changed files with 5 additions and 1 deletions

View File

@@ -75,6 +75,10 @@ namespace KlassenBIB
/// </summary>
public SanierungCollection Sanierung { get;set; }
/// <summary>
/// In welcher Richtung wurde Inspiziert
/// </summary>
public string Inspektionsrichtung { get; set; }
/// <summary>
///
/// </summary>
public Inspektionsobjekt()