| ResourceHandlerBaseTData Constructor |
Creates a new resource handler base with a specified privacy service
Namespace:
SanteDB.Rest.HDSI.Resources
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax protected ResourceHandlerBase(
ILocalizationService localizationService
)
Protected Sub New (
localizationService As ILocalizationService
)
protected:
ResourceHandlerBase(
ILocalizationService^ localizationService
)
new :
localizationService : ILocalizationService -> ResourceHandlerBase
Parameters
- localizationService
- Type: SanteDB.Core.ServicesILocalizationService
[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.ResourceHandlerBase`1.#ctor(SanteDB.Core.Services.ILocalizationService)"]
See Also