From 7d0648ede4fd5dbfc1545edff42cfb97baacf34d Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 8 Sep 2025 17:25:40 +0200 Subject: [PATCH] =?UTF-8?q?Um=20den=20Receiver=20in=20ReceiverSecretDto=20?= =?UTF-8?q?umwandeln=20zu=20k=C3=B6nnen,=20f=C3=BCgen=20Sie=20ein=20Mappin?= =?UTF-8?q?g-Profil=20hinzu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Application/Dto/MappingProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EnvelopeGenerator.Application/Dto/MappingProfile.cs b/EnvelopeGenerator.Application/Dto/MappingProfile.cs index ce1ce0b0..3b26fb69 100644 --- a/EnvelopeGenerator.Application/Dto/MappingProfile.cs +++ b/EnvelopeGenerator.Application/Dto/MappingProfile.cs @@ -35,6 +35,7 @@ public class MappingProfile : Profile CreateMap(); CreateMap(); CreateMap(); + CreateMap(); CreateMap(); // DTO to Entity mappings