Revert "Refactor envelope handling to use ISQLExecutor"

This reverts commit 4cabaf3191.
This commit is contained in:
Developer 02
2025-05-06 09:45:38 +02:00
parent b0eb1b6389
commit b609253893
6 changed files with 103 additions and 46 deletions

View File

@@ -82,6 +82,8 @@ public static class DIExtensions
SetDapperTypeMap<DocumentReceiverElement>();
SetDapperTypeMap<DocumentStatus>();
services.AddScoped<IEnvelopeExecutor, EnvelopeExecutor>();
if (sqlExecutorConfiguration is not null || sqlExecutorConfigureOptions is not null)
services.AddSQLExecutor(sqlExecutorConfiguration, sqlExecutorConfigureOptions);