feat(MappingProfile): add AutoMapper profile for CreateAnnotationCommand to Annotation

This commit is contained in:
2025-10-21 09:09:56 +02:00
parent 7919f02ffd
commit 26bdb0806d
2 changed files with 20 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
using EnvelopeGenerator.Application.Common.Extensions;
using EnvelopeGenerator.Domain.Constants;
using MediatR;
using Newtonsoft.Json;
using System.Dynamic;
namespace EnvelopeGenerator.Application.Common.Notifications.DocSigned;