refactor(EnvelopeHistory): rename as History
This commit is contained in:
@@ -18,7 +18,7 @@ Public Class HistoryService
|
||||
End Sub
|
||||
|
||||
Public Function SetEnvelopeStatus(pEnvelope As Envelope, pStatus As EnvelopeStatus, pUserReference As String) As Boolean
|
||||
Dim oResult = HistoryModel.Insert(New EnvelopeHistory() With {
|
||||
Dim oResult = HistoryModel.Insert(New History() With {
|
||||
.EnvelopeId = pEnvelope.Id,
|
||||
.ActionDate = Now(),
|
||||
.Status = pStatus,
|
||||
|
||||
Reference in New Issue
Block a user