refactor(Dto): move to common

This commit is contained in:
2025-09-09 18:18:47 +02:00
parent 570a192438
commit 390cbf9db5
82 changed files with 122 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Application.Dto.EnvelopeReceiver;
using EnvelopeGenerator.Application.Common.Dto.EnvelopeReceiver;
using EnvelopeGenerator.Domain.Constants;
using MediatR;
using Newtonsoft.Json;