เพิ่มการจัดการตารางการทำงาานของ ขรก ในส่วนของ Model และ Repository
This commit is contained in:
parent
6d7aebaeb5
commit
0e22e3886f
7 changed files with 1252 additions and 1 deletions
|
|
@ -14,12 +14,14 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
|
||||
public DbSet<UserTimeStamp> UserTimeStamps { get; set; }
|
||||
|
||||
public DbSet<ProcessUserTimeStamp> ProcessUserTimeStamps { get; set; }
|
||||
public DbSet<ProcessUserTimeStamp> ProcessUserTimeStamps { get; set; }
|
||||
|
||||
public DbSet<UserDutyTime> UserDutyTimes { get; set; }
|
||||
|
||||
public DbSet<AdditionalCheckRequest> AdditionalCheckRequests { get; set; }
|
||||
|
||||
public DbSet<UserCalendar> UserCalendars { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region " Leave System "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue