Bonitaeten: Auswahl von Pruefungstool

This commit is contained in:
2022-11-14 13:48:58 +01:00
parent 359e125488
commit b1eb10f8ea
5 changed files with 189 additions and 136 deletions

View File

@@ -25,6 +25,8 @@ Public Class cBonitaetsauskunft
Property ba_GFName As Object = Nothing
Property ba_Sonstiges As Object = Nothing
Property ba_Risikostufe As Object = Nothing
Property ba_Pruefungstool As Object = Nothing
Dim SQL As New SQL
@@ -60,6 +62,7 @@ Public Class cBonitaetsauskunft
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("ba_GFName", ba_GFName))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("ba_Sonstiges", ba_Sonstiges))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("ba_Risikostufe", ba_Risikostufe))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("ba_Pruefungstool", ba_Pruefungstool))
Return list
End Function