fix: ProfileType

This commit is contained in:
Suphonchai Phoonsawat 2024-07-10 12:04:09 +07:00
parent 907b7143ff
commit 36effb3431

View file

@ -39,7 +39,7 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? Gender { get; set; }
public string ProfileType { get; set; } = string.Empty;
public string? ProfileType { get; set; }
}