10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
@using BankYouBankruptСlientApp
|
||
|
||
@{
|
||
ViewData["Title"] = "Отправка отчета";
|
||
}
|
||
|
||
<div class="text-center p-5">
|
||
<h3 class="display-4">Упс, что-то пошло не так...</h3>
|
||
<h3 class="display-4">Ошибка: @APIClient.ErrorMessage</h3>
|
||
</div> |