noti สำเนา
This commit is contained in:
parent
cf56ef9297
commit
33be7f1121
3 changed files with 82 additions and 0 deletions
15
BMA.EHR.Placement.Service/Requests/NotisSendRequest.cs
Normal file
15
BMA.EHR.Placement.Service/Requests/NotisSendRequest.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using static BMA.EHR.Application.Repositories.MessageQueue.NotificationRepository;
|
||||
|
||||
namespace BMA.EHR.Placement.Service.Requests
|
||||
{
|
||||
public class NotisSendRequest
|
||||
{
|
||||
public string Subject { get; set; }
|
||||
public string Body { get; set; }
|
||||
public string Payload { get; set; }
|
||||
// public string NotiLink { get; set; }
|
||||
public NotisLinkSendRequest[] ReceiverUserIds { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue