timas. Mitarbeiter, Ueberstunden, Messenger (gelesenAm)
This commit is contained in:
@@ -1544,6 +1544,14 @@ Public Class cMitarbeiter
|
||||
Return Nothing
|
||||
End Function
|
||||
|
||||
Public Function getMitarbeiterByTimasId(ByVal id As Integer) As VERAG_PROG_ALLGEMEIN.cMitarbeiter
|
||||
Dim m = New VERAG_PROG_ALLGEMEIN.cMitarbeiter
|
||||
If m.LOAD(id, True) Then
|
||||
Return m
|
||||
End If
|
||||
Return Nothing
|
||||
End Function
|
||||
|
||||
|
||||
Public Function insertMitarbeiter(ByVal m As VERAG_PROG_ALLGEMEIN.cMitarbeiter, ByRef mid As Integer) As Boolean
|
||||
Dim hAuswahl As String = ""
|
||||
|
||||
Reference in New Issue
Block a user