Added state to User object to support UI showing whether the user is in or out.
#47
This commit is contained in:
parent
da01f6670e
commit
07bcb40315
@ -21,5 +21,7 @@ namespace Interfaces
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<Identifier> AssociatedIdentifiers { get; set; }
|
public List<Identifier> AssociatedIdentifiers { get; set; }
|
||||||
|
|
||||||
|
public bool State { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user