mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Worked on Letter MEtadata (Provinienz etc)
This commit is contained in:
@@ -24,11 +24,12 @@ public class TraditionState : HaWeb.HTMLParser.IState {
|
||||
|
||||
internal IReader rd_tradition;
|
||||
|
||||
public TraditionState(ILibrary lib, IReader reader, IEnumerable<Marginal>? marginals)
|
||||
public TraditionState(ILibrary lib, IReader reader, IReaderService readerService, IEnumerable<Marginal>? marginals)
|
||||
{
|
||||
Lib = lib;
|
||||
rd_tradition = reader;
|
||||
Marginals = marginals;
|
||||
ReaderService = readerService;
|
||||
SetupState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user