From 7a27bba95ed01a1cba5720168cd5f4fb7dd997fa Mon Sep 17 00:00:00 2001 From: "Chris.Watts90@outlook.com" Date: Wed, 7 Mar 2018 08:59:29 +0000 Subject: [PATCH] add method to clear unassigned card identifiers. #69 --- .../WindowsDataCenter/Interfaces/IRepository.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DataCenter_Windows/WindowsDataCenter/Interfaces/IRepository.cs b/DataCenter_Windows/WindowsDataCenter/Interfaces/IRepository.cs index 30f8141..e5e4f59 100644 --- a/DataCenter_Windows/WindowsDataCenter/Interfaces/IRepository.cs +++ b/DataCenter_Windows/WindowsDataCenter/Interfaces/IRepository.cs @@ -66,6 +66,10 @@ namespace Interfaces /// with nested list /// IdentifierList GetUnassignedIdentifierList(); + /// + /// Remove all unassigned identifiers from the system. + /// + void ClearUnassignedIdentifiers(); /// /// Update a user in the system with the new values.