move ReceiverCreateDto to commands

This commit is contained in:
2025-08-29 10:01:17 +02:00
parent e49be2b7c3
commit 8783cb9cd8
7 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ using EnvelopeGenerator.Application.Receivers.Queries;
using EnvelopeGenerator.Domain.Entities;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using EnvelopeGenerator.Application.Receivers.Commands;
namespace EnvelopeGenerator.GeneratorAPI.Controllers;