add method to clear unassigned card identifiers.

#69
This commit is contained in:
Chris.Watts90@outlook.com 2018-03-07 08:59:29 +00:00
parent a60a637877
commit 7a27bba95e

View File

@ -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.