Update vor Umbau Service

This commit is contained in:
Stefan Hutter
2026-02-13 06:42:52 +01:00
parent 41588e8c92
commit 9e64ca707d
925 changed files with 1109250 additions and 584 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Permissions;
using System.Security.Policy;
using System.Text;
@@ -100,6 +101,12 @@ namespace Model
public List<textreplace> TextToReplace { get; set; }
public List<CLMDocItem> CLMDocItems { get; set; }
public bool APICall { get; set; } = false;
public string img_unterschrift_links { get; set; } = "";
public string img_unterschrift_rechts { get; set; } = "";
public string img_logo { get; set; }="";
}
public class clsav_authl_ref

Binary file not shown.

Binary file not shown.