Files
mxaccessgw/src/MxGateway.Server/Configuration/IGatewayConfigurationProvider.cs
T
2026-04-26 16:11:30 -04:00

7 lines
157 B
C#

namespace MxGateway.Server.Configuration;
public interface IGatewayConfigurationProvider
{
EffectiveGatewayConfiguration GetEffectiveConfiguration();
}