add table duty time

This commit is contained in:
Suphonchai Phoonsawat 2023-11-23 10:35:55 +07:00
parent d06e1af217
commit 22d9210416
17 changed files with 2459 additions and 10 deletions

View file

@ -12,6 +12,10 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<UserTimeStamp> UserTimeStamps { get; set; }
public DbSet<ProcessUserTimeStamp> ProcessUserTimeStamps { get; set; }
public DbSet<UserDutyTime> UserDutyTimes { get; set; }
#endregion