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) {