diff --git a/BankYouBankrupt/BankYouBankruptClientApp/Controllers/HomeController.cs b/BankYouBankrupt/BankYouBankruptClientApp/Controllers/HomeController.cs index 3746b76..7efe140 100644 --- a/BankYouBankrupt/BankYouBankruptClientApp/Controllers/HomeController.cs +++ b/BankYouBankrupt/BankYouBankruptClientApp/Controllers/HomeController.cs @@ -343,14 +343,7 @@ namespace BankYouBankruptClientApp.Controllers return Redirect("ReportSuccess"); } - [HttpGet] - public IActionResult ReportSuccess() { - if (APIClient.Client == null) - { - throw new Exception("Не авторизованы"); - } - return View(); - } + //отчёт клиента по пополнениям @@ -539,6 +532,16 @@ namespace BankYouBankruptClientApp.Controllers }); } - #endregion - } + #endregion + + [HttpGet] + public IActionResult ReportSuccess() + { + if (APIClient.Client == null) + { + throw new Exception("Не авторизованы"); + } + return View(); + } + } } \ No newline at end of file