From cbc908a73f32ee39ff2143324767c2f7f8ddcc3c Mon Sep 17 00:00:00 2001 From: Aleksandr4350 Date: Fri, 20 Dec 2024 10:18:51 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B8=D0=BD=D0=B8=20=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectLibrary/Reports/TableReport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLibrary/Reports/TableReport.cs b/ProjectLibrary/Reports/TableReport.cs index 63410f7..78e94eb 100644 --- a/ProjectLibrary/Reports/TableReport.cs +++ b/ProjectLibrary/Reports/TableReport.cs @@ -13,7 +13,7 @@ public class TableReport { private readonly IOrderRepository _orderRepository; private readonly ILogger _logger; - internal static readonly string[] item = ["Id заказа", "Книга", "Дата заказа", "Дата возврата", "Количество"]; + internal static readonly string[] item = ["Id заказа","Дата заказа", "Дата возврата", "Книга", "Количество"]; public TableReport(IOrderRepository orderRepository, ILogger logger)