add EnvelopeReport to EnvelopeReportDto mapping
This commit is contained in:
@@ -37,6 +37,7 @@ public class MappingProfile : Profile
|
|||||||
CreateMap<Domain.Entities.EnvelopeReceiverReadOnly, EnvelopeReceiverReadOnlyDto>();
|
CreateMap<Domain.Entities.EnvelopeReceiverReadOnly, EnvelopeReceiverReadOnlyDto>();
|
||||||
CreateMap<ElementAnnotation, AnnotationDto>();
|
CreateMap<ElementAnnotation, AnnotationDto>();
|
||||||
CreateMap<ThirdPartyModule, ThirdPartyModuleDto>();
|
CreateMap<ThirdPartyModule, ThirdPartyModuleDto>();
|
||||||
|
CreateMap<EnvelopeReport, EnvelopeReportDto>();
|
||||||
|
|
||||||
// DTO to Entity mappings
|
// DTO to Entity mappings
|
||||||
CreateMap<ConfigDto, Config>();
|
CreateMap<ConfigDto, Config>();
|
||||||
|
|||||||
Reference in New Issue
Block a user