add Oracle = Leave Service
This commit is contained in:
parent
18d75f4b04
commit
f5558747d8
450 changed files with 882 additions and 2451185 deletions
|
|
@ -352,6 +352,12 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
|
||||
public ApplicationDBContext(DbContextOptions<ApplicationDBContext> options) : base(options)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
base.OnModelCreating(modelBuilder);
|
||||
}
|
||||
|
||||
public Task<int> SaveChangesAsync()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue