BMA EHR API Document
Loading...
Searching...
No Matches
BMA.EHR.Application.Common.Interfaces.IDisciplineDbContext Interface Reference
Inheritance diagram for BMA.EHR.Application.Common.Interfaces.IDisciplineDbContext:
BMA.EHR.Infrastructure.Persistence.DisciplineDbContext

Public Member Functions

DbSet< T > Set< T > ()
 
void Attatch< T > (T entity)
 
Task< int > SaveChangesAsync ()
 

Member Function Documentation

◆ Attatch< T >()

void BMA.EHR.Application.Common.Interfaces.IDisciplineDbContext.Attatch< T > ( entity)

Implemented in BMA.EHR.Infrastructure.Persistence.DisciplineDbContext.

Type Constraints
T :class 

◆ SaveChangesAsync()

Task< int > BMA.EHR.Application.Common.Interfaces.IDisciplineDbContext.SaveChangesAsync ( )

◆ Set< T >()

DbSet< T > BMA.EHR.Application.Common.Interfaces.IDisciplineDbContext.Set< T > ( )
Type Constraints
T :class 

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