refactor(Model): move to Common

This commit is contained in:
2025-09-09 18:22:31 +02:00
parent 9339f24bf1
commit 428f45bff1
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Application.Model;
using EnvelopeGenerator.Application.Common.Model;
namespace EnvelopeGenerator.Application.Receivers.Queries;