mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Added support for AppDefs; Updated currend XML
This commit is contained in:
@@ -14,6 +14,7 @@ namespace HaDocument.Interfaces {
|
||||
ImmutableDictionary<string, Location> Locations { get; }
|
||||
ImmutableDictionary<string, Letter> Letters { get; }
|
||||
ImmutableDictionary<string, Person> HandPersons { get; }
|
||||
ImmutableDictionary<string, App> Apps { get; }
|
||||
ImmutableDictionary<string, Editreason> Editreasons { get; }
|
||||
ImmutableDictionary<string, Comment> Comments { get; }
|
||||
ImmutableDictionary<string, ImmutableList<Backlink>> Backlinks { get; }
|
||||
|
||||
Reference in New Issue
Block a user