update 20260727
This commit is contained in:
@@ -65,7 +65,8 @@ namespace Model
|
||||
public string OnDocSignCheck { get; set; }
|
||||
private string _Reference = "";
|
||||
public string Reference { get => _Reference; set => _Reference = value ?? ""; }
|
||||
|
||||
private string _VerantwortlichBerater = "";
|
||||
public string VerantwortlichBerater { get => _VerantwortlichBerater; set => _VerantwortlichBerater = value ?? "true"; }
|
||||
|
||||
public List<attribute> APIValues { get; set; }
|
||||
public List<textreplace> TextToReplace { get; set; }
|
||||
@@ -168,6 +169,8 @@ namespace Model
|
||||
public List<textreplace> TextToReplace { get; set; }
|
||||
public string PDFDoc { get; set; }
|
||||
public string DokumentID { get; set; } = "";
|
||||
private string _VerantwortlichBerater = "";
|
||||
public string VerantwortlichBerater { get => _VerantwortlichBerater; set => _VerantwortlichBerater = value ?? "true"; }
|
||||
}
|
||||
|
||||
public class APIDokumentResult
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user