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