From 0e74bece3379479f68b17bc5ba99c72ab37d0710 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Sun, 26 May 2024 10:16:35 +0400 Subject: [PATCH] fix transfer controller p.2 --- Bank/BankRestApi/Controllers/TransferController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bank/BankRestApi/Controllers/TransferController.cs b/Bank/BankRestApi/Controllers/TransferController.cs index e6ac11a..b807a91 100644 --- a/Bank/BankRestApi/Controllers/TransferController.cs +++ b/Bank/BankRestApi/Controllers/TransferController.cs @@ -20,7 +20,7 @@ namespace BankRestApi.Controllers } [HttpGet] - public List? getTransferList() + public List? getFullTransferList() { try {