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

add PersonDto.HomeUnit

parent f0aa09f2
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 home university unit.
/// </summary>
public string HomeUnit { get; set; }
/// <summary>
/// Staff member's campus address.
/// </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