BMA EHR API Document
Loading...
Searching...
No Matches
BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T > Interface Template Reference
Inheritance diagram for BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >:
BMA.EHR.Application.Repositories.GenericRepository< S, T > BMA.EHR.Application.Repositories.Leaves.GenericLeaveRepository< S, T >

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)
 

Member Function Documentation

◆ AddAsync()

◆ DeleteAsync()

◆ GetAllAsync()

◆ GetByIdAsync()

◆ UpdateAsync()


The documentation for this interface was generated from the following file: