.
This commit is contained in:
parent
6cce05e001
commit
a6fe4c431a
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user