From 4b0808ed469ccaa33294c68bc4a5f280923d8436 Mon Sep 17 00:00:00 2001 From: abazov73 <92822431+abazov73@users.noreply.github.com> Date: Sat, 20 May 2023 06:41:25 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B0=D0=BB=D1=8E=D1=82=20?= =?UTF-8?q?=D1=83=20=D0=B2=D1=8B=D0=BF=D0=BB=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bank/OperatorApp/Views/Home/Payment.cshtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bank/OperatorApp/Views/Home/Payment.cshtml b/Bank/OperatorApp/Views/Home/Payment.cshtml index 4a07941..16006b3 100644 --- a/Bank/OperatorApp/Views/Home/Payment.cshtml +++ b/Bank/OperatorApp/Views/Home/Payment.cshtml @@ -25,4 +25,9 @@ @foreach (var deal in Model.DealPayments){
Сделка №@deal.Value.Id, от @deal.Value.DealDate, номер клиента: @deal.Value.ClientId
} +

Валюты:

+ @foreach (var currency in Model.CurrencyPayments) + { +
@currency.Value.Name, (ID:@currency.Key)
+ } \ No newline at end of file