Add new dependencies to DocSignedNotificationTests.cs
Added `using` directives for namespaces related to DTOs, envelope receivers, and document signing notifications. These changes enable the use of new functionality or tests for document signing notifications.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using DigitalData.Core.Abstraction.Application.Repository;
|
||||
using DigitalData.Core.Infrastructure;
|
||||
using DigitalData.EmailProfilerDispatcher.Abstraction.Entities;
|
||||
using EnvelopeGenerator.Application.Common.Dto;
|
||||
using EnvelopeGenerator.Application.Common.Dto.EnvelopeReceiver;
|
||||
using EnvelopeGenerator.Application.Common.Notifications.DocSigned;
|
||||
using EnvelopeGenerator.Application.Common.Notifications.DocSigned.Handlers;
|
||||
|
||||
Reference in New Issue
Block a user