BMA EHR API Document
Loading...
Searching...
No Matches
BMA.EHR.Infrastructure.Persistence.LeaveDbContext Class Reference
Inheritance diagram for BMA.EHR.Infrastructure.Persistence.LeaveDbContext:
Collaboration diagram for BMA.EHR.Infrastructure.Persistence.LeaveDbContext:

Public Member Functions

 LeaveDbContext (DbContextOptions< LeaveDbContext > options)
 
Task< int > SaveChangesAsync ()
 
void Attatch< T > (T entity)
 
- Public Member Functions inherited from BMA.EHR.Application.Common.Interfaces.ILeaveDbContext
DbSet< T > Set< T > ()
 

Properties

DbSet< DutyTimeDutyTimes [get, set]
 
DbSet< UserTimeStampUserTimeStamps [get, set]
 

Constructor & Destructor Documentation

◆ LeaveDbContext()

BMA.EHR.Infrastructure.Persistence.LeaveDbContext.LeaveDbContext ( DbContextOptions< LeaveDbContext options)
inline

Member Function Documentation

◆ Attatch< T >()

void BMA.EHR.Infrastructure.Persistence.LeaveDbContext.Attatch< T > ( entity)
inline

Implements BMA.EHR.Application.Common.Interfaces.ILeaveDbContext.

Type Constraints
T :class 

◆ SaveChangesAsync()

Task< int > BMA.EHR.Infrastructure.Persistence.LeaveDbContext.SaveChangesAsync ( )
inline

Property Documentation

◆ DutyTimes

DbSet<DutyTime> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.DutyTimes
getset

◆ UserTimeStamps

DbSet<UserTimeStamp> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.UserTimeStamps
getset

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