CrazyIter_Bin 2 éve
szülő
commit
fa967168a5

+ 1 - 1
TEAMModelOS.SDK/DI/Multiple/MultipleAzureCosmosFactoryExtensions.cs

@@ -16,7 +16,7 @@ namespace TEAMModelOS.SDK.DI.Multiple
         /// <param name="connectionInfo"></param>
         /// <param name="connectionInfo"></param>
         /// <returns></returns>
         /// <returns></returns>
         /// <exception cref="ArgumentNullException"></exception>
         /// <exception cref="ArgumentNullException"></exception>
-        public static IServiceCollection AddBIAzureCosmos(this IServiceCollection services, List<(string name, string connectionString)> connectionInfo)
+        public static IServiceCollection AddMultipleAzureCosmos(this IServiceCollection services, List<(string name, string connectionString)> connectionInfo)
         {
         {
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (connectionInfo == null) throw new ArgumentNullException(nameof(connectionInfo));
             if (connectionInfo == null) throw new ArgumentNullException(nameof(connectionInfo));

+ 1 - 1
TEAMModelOS.SDK/DI/Multiple/MultipleAzureRedisFactoryExtensions.cs

@@ -16,7 +16,7 @@ namespace TEAMModelOS.SDK.DI.Multiple
         /// <param name="connectionInfos"></param>
         /// <param name="connectionInfos"></param>
         /// <returns></returns>
         /// <returns></returns>
         /// <exception cref="ArgumentNullException"></exception>
         /// <exception cref="ArgumentNullException"></exception>
-        public static IServiceCollection AddBIAzureRedis(this IServiceCollection services, List<(string name, string connectionString)> connectionInfos)
+        public static IServiceCollection AddMultipleAzureRedis(this IServiceCollection services, List<(string name, string connectionString)> connectionInfos)
         {
         {
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (connectionInfos == null) throw new ArgumentNullException(nameof(connectionInfos));
             if (connectionInfos == null) throw new ArgumentNullException(nameof(connectionInfos));

+ 1 - 1
TEAMModelOS.SDK/DI/Multiple/MultipleAzureServiceBusFactoryExtensions.cs

@@ -17,7 +17,7 @@ namespace TEAMModelOS.SDK.DI.Multiple
         /// <returns></returns>
         /// <returns></returns>
         /// <exception cref="ArgumentNullException"></exception>
         /// <exception cref="ArgumentNullException"></exception>
         /// <exception cref="AccessViolationException"></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 (services == null) throw new ArgumentNullException(nameof(services));
             if (connectInfos == null) throw new AccessViolationException(nameof(connectInfos));
             if (connectInfos == null) throw new AccessViolationException(nameof(connectInfos));

+ 1 - 1
TEAMModelOS.SDK/DI/Multiple/MultipleAzureStorageFactoryExtensions.cs

@@ -16,7 +16,7 @@ namespace TEAMModelOS.SDK.DI.Multiple
         /// <param name="connectionInfo"></param>
         /// <param name="connectionInfo"></param>
         /// <returns></returns>
         /// <returns></returns>
         /// <exception cref="ArgumentNullException"></exception>
         /// <exception cref="ArgumentNullException"></exception>
-        public static IServiceCollection AddBIAzureStorage(this IServiceCollection services, List<(string name, string connectionString)> connectionInfo)
+        public static IServiceCollection AddMultipleAzureStorage(this IServiceCollection services, List<(string name, string connectionString)> connectionInfo)
         {
         {
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (services == null) throw new ArgumentNullException(nameof(services));
             if (connectionInfo == null) throw new ArgumentNullException(nameof(connectionInfo));
             if (connectionInfo == null) throw new ArgumentNullException(nameof(connectionInfo));