29-11-23
This commit is contained in:
19
EnvelopeGenerator.Common/Services/EmailService.vb
Normal file
19
EnvelopeGenerator.Common/Services/EmailService.vb
Normal file
@@ -0,0 +1,19 @@
|
||||
Imports DigitalData.Modules.Base
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class EmailService
|
||||
Inherits BaseClass
|
||||
|
||||
Public Sub New(pState As State)
|
||||
MyBase.New(pState.LogConfig)
|
||||
End Sub
|
||||
|
||||
Public Function SendSignedEmail(pReceiverId As Integer, pEnvelopeId As Integer)
|
||||
|
||||
Dim oEnvelope =
|
||||
|
||||
|
||||
End Function
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user