NCTS GEst.

This commit is contained in:
2024-03-15 13:07:34 +01:00
parent 1e6760d380
commit 8cb697c915
3 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ Public Class cNCTSGestellungsadressen
Property nga_SB As Object = Nothing
Property nga_firma As Object = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
Property nga_Aenderungsdatum As Date = Now
Property nga_gestellungsMail As Object = Nothing
Dim SQL As New SQL
@@ -50,6 +51,7 @@ Public Class cNCTSGestellungsadressen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("nga_SB", nga_SB))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("nga_firma", nga_firma))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("nga_Aenderungsdatum", nga_Aenderungsdatum))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("nga_gestellungsMail", nga_gestellungsMail))
Return list
End Function