Lieferscheine

This commit is contained in:
2023-08-09 22:41:00 +02:00
parent f4c24d9578
commit 7af27ab5de
16 changed files with 269 additions and 39 deletions

View File

@ -40,5 +40,7 @@ namespace Elwig.Models {
public override string ToString() {
return Name;
}
public string OriginString => (Parent != null ? $"{Parent.OriginString} / " : "") + Name;
}
}