| ResourceHandlerBaseTResourceGetRepository Method |
Gets the repository
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax protected IRepositoryService<TResource> GetRepository()
Protected Function GetRepository As IRepositoryService(Of TResource)
protected:
IRepositoryService<TResource>^ GetRepository()
member GetRepository : unit -> IRepositoryService<'TResource>
Return Value
Type:
IRepositoryServiceTResource[Missing <returns> documentation for "M:SanteDB.Rest.Common.ResourceHandlerBase`1.GetRepository"]
See Also