From 972c63388eaafd39380d11efd81a76a206cb803b Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 11 Nov 2025 17:34:42 +0100 Subject: [PATCH] add EnvelopeReport to EnvelopeReportDto mapping --- EnvelopeGenerator.Application/Common/Dto/MappingProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EnvelopeGenerator.Application/Common/Dto/MappingProfile.cs b/EnvelopeGenerator.Application/Common/Dto/MappingProfile.cs index 9d4ff32d..b38a931f 100644 --- a/EnvelopeGenerator.Application/Common/Dto/MappingProfile.cs +++ b/EnvelopeGenerator.Application/Common/Dto/MappingProfile.cs @@ -37,6 +37,7 @@ public class MappingProfile : Profile CreateMap(); CreateMap(); CreateMap(); + CreateMap(); // DTO to Entity mappings CreateMap();