MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
10
ZooFlow/Environment.vb
Normal file
10
ZooFlow/Environment.vb
Normal 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
|
||||
Reference in New Issue
Block a user