Merge branch 'development' into feature/system-monitor-bridge-updates

This commit is contained in:
Andrew Welker 2023-03-22 09:59:30 -06:00 committed by GitHub
commit 3abd195c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 1583 additions and 102 deletions

View file

@ -109,7 +109,7 @@ namespace PepperDash.Essentials.Core.Bridges
{
public EiscApiPropertiesConfig PropertiesConfig { get; private set; }
protected Dictionary<string, JoinMapBaseAdvanced> JoinMaps { get; private set; }
public Dictionary<string, JoinMapBaseAdvanced> JoinMaps { get; private set; }
public BasicTriList Eisc { get; private set; }