gesamtlänge wird erfasst
This commit is contained in:
@@ -28,5 +28,10 @@ namespace KlassenBIB
|
||||
///
|
||||
/// </summary>
|
||||
public string Ansprechpartner { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("{0} / {1}", Name, Ansprechpartner);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user