no message

This commit is contained in:
Kittapath 2024-05-21 14:31:29 +07:00
parent 2a17eff17d
commit fb6a83b36a
11 changed files with 17862 additions and 70 deletions

View file

@ -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;

View file

@ -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; }
}
}