Reparaturen zur Schadenskürzeln hinzugefügt

This commit is contained in:
Husky
2018-07-21 12:59:46 +02:00
parent 53fa3789f2
commit acec9fee09
7 changed files with 129 additions and 25 deletions

View File

@@ -59,5 +59,9 @@ namespace KlassenBIB
///
/// </summary>
public string Anmerkung { get; set; }
/// <summary>
///
/// </summary>
public Reparatur Reparatur { get; set; }
}
}