add Oracle = Leave Service

This commit is contained in:
Suphonchai Phoonsawat 2024-05-03 13:35:36 +07:00
parent 18d75f4b04
commit f5558747d8
450 changed files with 882 additions and 2451185 deletions

View file

@ -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()