Leistungsverzeichnis Positionen

This commit is contained in:
Husky
2019-08-13 21:23:37 +02:00
parent abe7adbdb3
commit e39dd3f4a1
7 changed files with 74 additions and 19 deletions

View File

@@ -23,5 +23,13 @@ namespace KlassenBIB
///
/// </summary>
public string PositionsEinheit { get; set; }
/// <summary>
///
/// </summary>
/// <returns></returns>
public override string ToString()
{
return PositionsBeschreibung;
}
}
}