เพิ่มid noti
This commit is contained in:
parent
e91025aece
commit
8f2c9841ef
4 changed files with 5 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ namespace BMA.EHR.Application.Repositories.MessageQueue
|
|||
.OrderByDescending(x => x.ReceiveDate)
|
||||
.Select(x => new InboxResponse
|
||||
{
|
||||
Id = x.Id,
|
||||
Subject = x.Subject,
|
||||
Body = x.Body,
|
||||
ReceiverUserId = x.ReceiverUserId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue