Refactor database namespace for improved modularity

Replaced DigitalData.Modules.Database with EnvelopeGenerator.ServiceHost.Jobs.Infrastructure in using statements and class namespaces. All database operations are now organized under the new namespace for better clarity and project structure.
This commit is contained in:
2026-03-16 16:43:49 +01:00
parent 7af934ea19
commit 8f845e8a9a
4 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
using DigitalData.Modules.Database;
using EnvelopeGenerator.ServiceHost.Jobs;
using EnvelopeGenerator.ServiceHost.Jobs.FinalizeDocument;
using EnvelopeGenerator.ServiceHost.Jobs.Infrastructure;
using GdPicture14;
using Microsoft.Extensions.Options;