MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*

This commit is contained in:
Jonathan Jenne
2022-09-29 13:46:00 +02:00
parent e87b97bfec
commit fc6c73ab6d
1557 changed files with 379 additions and 160016 deletions

10
ZooFlow/Environment.vb Normal file
View File

@@ -0,0 +1,10 @@
Imports DigitalData.Modules.Database
Public Class Environment
Public Property User As State.UserState
Public Property Settings As State.SettingsState
Public Property Service As State.ServiceState
Public Property Database As MSSQLServer
Public Property DatabaseIDB As MSSQLServer
Public Property Modules As Dictionary(Of String, State.ModuleState)
End Class