Added state to User object to support UI showing whether the user is in or out.

#47
This commit is contained in:
Chris.Watts90@outlook.com 2017-02-27 10:23:33 +00:00
parent da01f6670e
commit 07bcb40315

View File

@ -21,5 +21,7 @@ namespace Interfaces
} }
public List<Identifier> AssociatedIdentifiers { get; set; } public List<Identifier> AssociatedIdentifiers { get; set; }
public bool State { get; set; }
} }
} }