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,6 +1,6 @@
using AutoMapper;
using DigitalData.Core.Abstraction.Application.Repository;
using EnvelopeGenerator.Application.Dto.Receiver;
using EnvelopeGenerator.Application.Common.Dto.Receiver;
using EnvelopeGenerator.Domain.Entities;
using MediatR;
using Microsoft.AspNetCore.Mvc;