fix bug upload

api ออกคำสั่ง
ส่ง inbox and noti
This commit is contained in:
Suphonchai Phoonsawat 2023-08-08 15:05:53 +07:00
parent 9ff5725be4
commit c99cb5344e
11 changed files with 13843 additions and 4 deletions

View file

@ -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 "