|
@@ -17,7 +17,7 @@ namespace TEAMModelOS.SDK.DI.Multiple
|
|
|
/// <returns></returns>
|
|
|
/// <exception cref="ArgumentNullException"></exception>
|
|
|
/// <exception cref="AccessViolationException"></exception>
|
|
|
- public static IServiceCollection AddBIAzureServiceBus(this IServiceCollection services, List<(string name, string connectionString)> connectInfos)
|
|
|
+ public static IServiceCollection AddMultipleAzureServiceBus(this IServiceCollection services, List<(string name, string connectionString)> connectInfos)
|
|
|
{
|
|
|
if (services == null) throw new ArgumentNullException(nameof(services));
|
|
|
if (connectInfos == null) throw new AccessViolationException(nameof(connectInfos));
|