add service

This commit is contained in:
Jonathan Jenne
2023-12-08 14:30:03 +01:00
parent 330ffe30a5
commit 681583b3f0
19 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Imports DigitalData.Modules.Config.ConfigAttributes
Public Class Config
<ConnectionString>
Public Property ConnectionString As String = ""
Public Property Debug As Boolean = False
Public Property IntervalInMin As Integer = 1
End Class