This commit is contained in:
2021-01-11 09:35:33 +01:00
parent bc54fc0211
commit 60a5e03a21
5 changed files with 107 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
Public Class ClassCommonQueries
Public Function FNDD_CHECK_USER_MODULE(Username As String, Optional ClientId As Integer = 1) As String
Return String.Format("SELECT * FROM [dbo].[FNDD_CHECK_USER_MODULE] ('{0}','CW',{1})", Username, ClientId)
Return String.Format("SELECT * FROM [dbo].[FNDD_CHECK_USER_MODULE] ('{0}','ZF',{1})", Username, ClientId)
End Function
Public Function FNDD_MODULE_INIT(Username As String) As String