refactor(EnvelopeGenerator.Common): umbenennen in EnvelopeGenerator.CommonService
This commit is contained in:
10
EnvelopeGenerator.CommonServices/Services/BaseService.vb
Normal file
10
EnvelopeGenerator.CommonServices/Services/BaseService.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Imports DigitalData.Modules.Base
|
||||
Public Class BaseService
|
||||
Inherits BaseClass
|
||||
|
||||
Friend Property State As State
|
||||
Public Sub New(pState As State)
|
||||
MyBase.New(pState.LogConfig)
|
||||
State = pState
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user