BankSystem icon indicating copy to clipboard operation
BankSystem copied to clipboard

ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.

Results 3 BankSystem issues
Sort by recently updated
recently updated
newest added

See here: https://github.com/banksystembg/BankSystem/blob/master/src/Web/BankSystem.Web/Areas/MoneyTransfers/Controllers/InternalController.cs#L97-L127 You have two calls to `CreateMoneyTransferAsync()`, one to withdraw the money and the other to deposit it. However, they are done as two separate database transactions, which...

High priority

I would like to thank the Author of the Banking System for the wonderful and highly educative work done on the project. However, I observed that one is unable to...