Update mapping in ReadHistoryMappingProfile constructor
Changed mapping from EnvelopeHistory to ReadHistoryResponse.
This commit is contained in:
parent
af280ee64e
commit
6a6da4a876
@ -13,6 +13,6 @@ public class ReadHistoryMappingProfile: Profile
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public ReadHistoryMappingProfile()
|
public ReadHistoryMappingProfile()
|
||||||
{
|
{
|
||||||
CreateMap<EnvelopeHistory, ReadHistoryMappingProfile>();
|
CreateMap<EnvelopeHistory, ReadHistoryResponse>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user