| HdsiServiceBehaviorBase Constructor |
HDSI Service Behavior
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public HdsiServiceBehaviorBase(
IDataCachingService dataCache
)
Public Sub New (
dataCache As IDataCachingService
)
public:
HdsiServiceBehaviorBase(
IDataCachingService^ dataCache
)
new :
dataCache : IDataCachingService -> HdsiServiceBehaviorBase
Parameters
- dataCache
- Type: SanteDB.Core.ServicesIDataCachingService
[Missing <param name="dataCache"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.#ctor(SanteDB.Core.Services.IDataCachingService)"]
See Also