mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
PDF + Bereit für Upload
This commit is contained in:
@@ -7,6 +7,10 @@ public class BriefeViewModel {
|
||||
public BriefeMetaViewModel MetaData { get; private set; }
|
||||
public string? DefaultCategory { get; set; }
|
||||
|
||||
public string? PDFFilePath { get; set; }
|
||||
|
||||
public string? YearPDFFilePath { get; set; }
|
||||
|
||||
private List<(string, string, string, string, string, string)>? _ParsedEdits;
|
||||
private List<(string, string, string, string, string)>? _ParsedHands;
|
||||
private List<(string Category, List<Text>)>? _Texts;
|
||||
|
||||
Reference in New Issue
Block a user