arrange folder structure of notification

This commit is contained in:
2025-09-03 16:57:25 +02:00
parent 763f022a5e
commit bb85437cc4
5 changed files with 10 additions and 15 deletions

View File

@@ -11,9 +11,7 @@ using EnvelopeGenerator.Web.Extensions;
using MediatR;
using System.Dynamic;
using EnvelopeGenerator.Application.EnvelopeReceivers.Queries;
using EnvelopeGenerator.Application.DocStatus.Commands;
using Newtonsoft.Json;
using EnvelopeGenerator.Application.Common.Notifications;
using EnvelopeGenerator.Application.Notifications.DocSigned;
using DigitalData.Core.Exceptions;
namespace EnvelopeGenerator.Web.Controllers;