EDMIService: Automatic indexing, more consolidation of globix logic
This commit is contained in:
@@ -32,12 +32,11 @@ Namespace State
|
||||
End Sub
|
||||
|
||||
''' <summary>
|
||||
''' Initialize user object with user id. Mandatory for sending user data between systems.
|
||||
''' Initialize user object with user name. Mandatory for sending user data between systems.
|
||||
''' </summary>
|
||||
''' <param name="pUserId"></param>
|
||||
Public Sub New(pUserId As Integer)
|
||||
Public Sub New(pUserName As String)
|
||||
MyBase.New()
|
||||
UserId = pUserId
|
||||
UserName = pUserName
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Reference in New Issue
Block a user