From dbc425ea9af4c6c3ff7352513d45694b94ab0aa6 Mon Sep 17 00:00:00 2001 From: AaronJamesY Date: Fri, 10 Feb 2017 18:51:03 +0000 Subject: [PATCH] Moved helper function from CardHelpers to AccountHelpers --- BankingBot/BankingBot.csproj | 2 +- BankingBot/Helpers/{CardHelpers.cs => AccountHelpers.cs} | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) rename BankingBot/Helpers/{CardHelpers.cs => AccountHelpers.cs} (78%) diff --git a/BankingBot/BankingBot.csproj b/BankingBot/BankingBot.csproj index a5fd61c..abff66c 100644 --- a/BankingBot/BankingBot.csproj +++ b/BankingBot/BankingBot.csproj @@ -62,7 +62,7 @@ - + diff --git a/BankingBot/Helpers/CardHelpers.cs b/BankingBot/Helpers/AccountHelpers.cs similarity index 78% rename from BankingBot/Helpers/CardHelpers.cs rename to BankingBot/Helpers/AccountHelpers.cs index e9fc9aa..e94128e 100644 --- a/BankingBot/Helpers/CardHelpers.cs +++ b/BankingBot/Helpers/AccountHelpers.cs @@ -1,8 +1,12 @@ using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; namespace BankingBot.Helpers { - public static class CardHelpers + public static class AccountHelpers { public static string[] SplitCardNumber(string cardNumber) {