mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
1. Beta-Version mit Korrekturanmerkungen
This commit is contained in:
@@ -20,8 +20,8 @@ public class XMLService : IXMLService {
|
||||
|
||||
private Stack<Dictionary<string, FileList?>>? _InProduction;
|
||||
|
||||
private Dictionary<string, ItemsCollection> _collectedProduction;
|
||||
private Dictionary<string, ItemsCollection> _collectedUsed;
|
||||
private Dictionary<string, ItemsCollection>? _collectedProduction;
|
||||
private Dictionary<string, ItemsCollection>? _collectedUsed;
|
||||
|
||||
public XMLService() {
|
||||
// Getting all classes which implement IXMLRoot for possible document endpoints
|
||||
|
||||
Reference in New Issue
Block a user