mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Erste checks
This commit is contained in:
@@ -7,6 +7,7 @@ public class FileModel {
|
||||
public bool IsUsed { get; private set; }
|
||||
public bool InProduction { get; private set; }
|
||||
public List<(string, string?)>? Fields { get; set; }
|
||||
public string? Messages { get; set; }
|
||||
|
||||
public FileModel(string name, string prefix, DateTime lastModified, bool isUsed, bool inProduction) {
|
||||
FileName = name;
|
||||
|
||||
Reference in New Issue
Block a user