refactor(Notifications): move to Common

This commit is contained in:
2025-09-09 18:24:42 +02:00
parent 428f45bff1
commit 895eb8977e
6 changed files with 12 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ using EnvelopeGenerator.Web.Extensions;
using MediatR;
using System.Dynamic;
using EnvelopeGenerator.Application.EnvelopeReceivers.Queries;
using EnvelopeGenerator.Application.Notifications.DocSigned;
using DigitalData.Core.Exceptions;
using EnvelopeGenerator.Application.Common.Notifications.DocSigned;
namespace EnvelopeGenerator.Web.Controllers;