fix bug upload
api ออกคำสั่ง ส่ง inbox and noti
This commit is contained in:
parent
9ff5725be4
commit
c99cb5344e
11 changed files with 13843 additions and 4 deletions
|
|
@ -287,6 +287,10 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
|
||||
public DbSet<MessageQueueEntity> MessageQueues { get; set; }
|
||||
|
||||
public DbSet<Inbox> Inboxes { get; set; }
|
||||
|
||||
public DbSet<Notification> Notifications { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region " Insignia "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue