feat(Domain.EmailTemplate): Ersetzt durch Common.EmailTemplate
This commit is contained in:
parent
2ea5fd7dbb
commit
26745e0c37
@ -1,8 +0,0 @@
|
|||||||
Public Class EmailTemplate
|
|
||||||
|
|
||||||
Public Property Id As Integer
|
|
||||||
Public Property Name As String
|
|
||||||
Public Property Body As String
|
|
||||||
Public Property Subject As String
|
|
||||||
|
|
||||||
End Class
|
|
||||||
@ -279,7 +279,6 @@
|
|||||||
<Compile Include="Entities\DocumentStatus.vb" />
|
<Compile Include="Entities\DocumentStatus.vb" />
|
||||||
<Compile Include="Entities\ElementStatus.vb" />
|
<Compile Include="Entities\ElementStatus.vb" />
|
||||||
<Compile Include="Entities\EmailData.vb" />
|
<Compile Include="Entities\EmailData.vb" />
|
||||||
<Compile Include="Entities\EmailTemplate.vb" />
|
|
||||||
<Compile Include="Jobs\APIBackendJobs\APIEnvelopeJob.vb" />
|
<Compile Include="Jobs\APIBackendJobs\APIEnvelopeJob.vb" />
|
||||||
<Compile Include="Jobs\FinalizeDocument\PDFBurnerParams.vb" />
|
<Compile Include="Jobs\FinalizeDocument\PDFBurnerParams.vb" />
|
||||||
<Compile Include="Services\TemplateService.vb" />
|
<Compile Include="Services\TemplateService.vb" />
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
Imports DigitalData.Modules.Base
|
Imports DigitalData.Modules.Base
|
||||||
Imports EnvelopeGenerator.Domain.Constants
|
Imports EnvelopeGenerator.Domain.Constants
|
||||||
|
Imports EnvelopeGenerator.Domain.Entities
|
||||||
|
|
||||||
Public Class EmailTemplateModel
|
Public Class EmailTemplateModel
|
||||||
Inherits BaseModel
|
Inherits BaseModel
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user