PDF + Bereit für Upload

This commit is contained in:
Simon Martens
2023-02-21 19:14:52 +01:00
parent 99693b0c1d
commit 5093951f7a
259 changed files with 145 additions and 84 deletions

View File

@@ -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;