Skip to content
Snippets Groups Projects
Commit e5f3982d authored by areynold's avatar areynold
Browse files

add PersonDto.Status

parent e912d862
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,11 @@ namespace BeckmanComms.Api.DataTransferObjects.V2.Directory
/// </summary>
public string Title { get; set; }
/// <summary>
/// Staff member's employment/affiliation status.
/// </summary>
public string Status { get; set; }
/// <summary>
/// Staff member's home university unit.
/// </summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment