ZUGFeRDRESTService: Add check for file size

This commit is contained in:
Jonathan Jenne
2023-02-02 13:42:56 +01:00
parent 52dae95373
commit 1c7e620c87
4 changed files with 36 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
public string Name { get; set; }
public string LogPath { get; set; }
public string MSSQLConnectionString { get; set; }
public string MaxFileSizeInMegabytes { get; set; }
public FirebirdConfig Firebird { get; set; }
}