refactor(MappingProfile): create to handle model mappings
This commit is contained in:
@@ -16,7 +16,5 @@ public class MappingProfile : Profile
|
||||
{
|
||||
CreateMap<CreateDocStatusCommand, DocumentStatus>();
|
||||
CreateMap<UpdateDocStatusCommand, DocumentStatus>();
|
||||
CreateMap<EnvelopeQuery, Envelope>();
|
||||
CreateMap<ReceiverQuery, Receiver>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user