using AutoMapper; using EnvelopeGenerator.Application.DocReceiverElements.Commands; using EnvelopeGenerator.Domain.Entities; namespace EnvelopeGenerator.Application.DocReceiverElements; /// /// /// public class MappingProfile : Profile { /// /// /// public MappingProfile() { CreateMap(); } }