Migrate from Filesystem to Base

This commit is contained in:
Jonathan Jenne
2023-09-18 09:34:44 +02:00
parent 7aec23abd9
commit ba55b17009
14 changed files with 43 additions and 64 deletions

View File

@@ -8,7 +8,6 @@ namespace ZUGFeRDRESTService
public interface IDatabase
{
public MSSQLServer MSSQL { get; set; }
public Firebird Firebird { get; set; }
public string GetGDPictureKey();
public Dictionary<String, XmlItemProperty> GetPropertyMap();