refactor: remove CreateEnvelopeReceiverResponse
This commit is contained in:
@@ -15,7 +15,6 @@ public class MappingProfile : Profile
|
||||
/// </summary>
|
||||
public MappingProfile()
|
||||
{
|
||||
CreateMap<Envelope, CreateEnvelopeResponse>();
|
||||
CreateMap<Receiver, ReceiverReadDto>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user