parent
a60a637877
commit
7a27bba95e
@ -66,6 +66,10 @@ namespace Interfaces
|
|||||||
/// <see cref="IdentifierList"/> with nested <see cref="Identifier"/> list
|
/// <see cref="IdentifierList"/> with nested <see cref="Identifier"/> list
|
||||||
/// </returns>
|
/// </returns>
|
||||||
IdentifierList GetUnassignedIdentifierList();
|
IdentifierList GetUnassignedIdentifierList();
|
||||||
|
/// <summary>
|
||||||
|
/// Remove all unassigned identifiers from the system.
|
||||||
|
/// </summary>
|
||||||
|
void ClearUnassignedIdentifiers();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Update a user in the system with the new values.
|
/// Update a user in the system with the new values.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user