refactor(Envelope): rename Receivers property as EnvelopeReceivers
This commit is contained in:
@@ -75,7 +75,7 @@ Public MustInherit Class BaseController
|
||||
Throw New ApplicationException("could not delete documents")
|
||||
End If
|
||||
|
||||
Dim oResult2 = pEnvelope.Receivers.
|
||||
Dim oResult2 = pEnvelope.EnvelopeReceivers.
|
||||
Select(Function(r) ReceiverModel.Delete(r.Receiver.Id, pEnvelope.Id, oTransaction)).
|
||||
All(Function(r) r = True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user