remove create folder and move the files

This commit is contained in:
2025-08-21 16:04:06 +02:00
parent 70d122d2ff
commit f39b761412
8 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ using DigitalData.Core.Client;
using QRCoder;
using EnvelopeGenerator.Application.Contracts.Services;
using System.Reflection;
using EnvelopeGenerator.Application.EnvelopeReceivers.Commands.Create;
using EnvelopeGenerator.Application.EnvelopeReceivers.Commands;
namespace EnvelopeGenerator.Application;