7 lines
157 B
C#
7 lines
157 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public interface IGatewayConfigurationProvider
|
|
{
|
|
EffectiveGatewayConfiguration GetEffectiveConfiguration();
|
|
}
|