no message
This commit is contained in:
parent
2a17eff17d
commit
fb6a83b36a
11 changed files with 17862 additions and 70 deletions
|
|
@ -9,7 +9,7 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
}
|
||||
public class RetirementDeceasedAddNotiPerson
|
||||
{
|
||||
public Guid ProfileId { get; set; }
|
||||
public string ProfileId { get; set; }
|
||||
public bool IsSendMail { get; set; } = true;
|
||||
public bool IsSendInbox { get; set; } = true;
|
||||
public bool IsSendNotification { get; set; } = true;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public DateTime? Date { get; set; }
|
||||
public string? Location { get; set; }
|
||||
public string? Reason { get; set; }
|
||||
public Guid ProfileId { get; set; }
|
||||
public string ProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue