api noti
This commit is contained in:
parent
6917e8e573
commit
0d6b4bee62
2 changed files with 127 additions and 0 deletions
15
BMA.EHR.Placement.Service/Requests/NotiRequest.cs
Normal file
15
BMA.EHR.Placement.Service/Requests/NotiRequest.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Placement.Service.Requests
|
||||
{
|
||||
public class NotiRequest
|
||||
{
|
||||
public string Subject { get; set; }
|
||||
public string Body { get; set; }
|
||||
public Guid ReceiverUserId { get; set; }
|
||||
public bool IsSendMail { get; set; }
|
||||
public bool IsSendInbox { get; set; }
|
||||
public bool IsSendNotification { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue