แนบไฟลืหนังสือเวียน
This commit is contained in:
parent
d47404a5b4
commit
7fd22e2c10
9 changed files with 83 additions and 11 deletions
|
|
@ -10,8 +10,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class RetirementDeceasedAddNotiPerson
|
||||
{
|
||||
public Guid ProfileId { get; set; }
|
||||
public bool IsSendMail { get; set; }
|
||||
public bool IsSendInbox { get; set; }
|
||||
public bool IsSendNotification { get; set; }
|
||||
public bool IsSendMail { get; set; } = true;
|
||||
public bool IsSendInbox { get; set; } = true;
|
||||
public bool IsSendNotification { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue