|
BMA EHR API Document
|

Public Member Functions | |
| Task< T?> | GetByIdAsync (S id) |
| Task< IReadOnlyList< T > > | GetAllAsync () |
| Task< T > | AddAsync (T entity) |
| Task< T > | UpdateAsync (T entity) |
| Task | DeleteAsync (T entity) |
| Task< T > BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.AddAsync | ( | T | entity | ) |
| Task BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.DeleteAsync | ( | T | entity | ) |
| Task< IReadOnlyList< T > > BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.GetAllAsync | ( | ) |
| Task< T?> BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.GetByIdAsync | ( | S | id | ) |
| Task< T > BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.UpdateAsync | ( | T | entity | ) |