Merge branch '5-inspektionsrichtung-auslagern' into 'master'

Resolve "Inspektionsrichtung auslagern"

Closes #5

See merge request cosysda/SanVerwaltung!4
This commit is contained in:
husky
2018-07-21 21:41:45 +02:00
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()