We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1814b commit 8698145Copy full SHA for 8698145
IntegrationEngine.Core/Configuration/IntegrationPointConfigurations.cs
@@ -5,9 +5,9 @@ namespace IntegrationEngine.Core.Configuration
5
{
6
public class IntegrationPointConfigurations
7
8
- public IList<MailConfiguration> Mail { get; set; }
9
- public IList<RabbitMQConfiguration> RabbitMQ { get; set; }
10
- public IList<ElasticsearchConfiguration> Elasticsearch { get; set; }
+ public List<MailConfiguration> Mail { get; set; }
+ public List<RabbitMQConfiguration> RabbitMQ { get; set; }
+ public List<ElasticsearchConfiguration> Elasticsearch { get; set; }
11
}
12
13
0 commit comments