fix: ProfileType
This commit is contained in:
parent
907b7143ff
commit
36effb3431
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ namespace BMA.EHR.Application.Responses.Profiles
|
||||||
|
|
||||||
public string? Gender { get; set; }
|
public string? Gender { get; set; }
|
||||||
|
|
||||||
public string ProfileType { get; set; } = string.Empty;
|
public string? ProfileType { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue