ИСЭбд-21 Мосевнин А.М. LabWork_3 #3

Closed
Aleks_andr435 wants to merge 3 commits from Labwork_3 into LabWork_2
Showing only changes of commit cbc908a73f - Show all commits

View File

@ -13,7 +13,7 @@ public class TableReport
{
private readonly IOrderRepository _orderRepository;
private readonly ILogger<TableReport> _logger;
internal static readonly string[] item = ["Id заказа", "Книга", "Дата заказа", "Дата возврата", "Количество"];
internal static readonly string[] item = ["Id заказа","Дата заказа", "Дата возврата", "Книга", "Количество"];
public TableReport(IOrderRepository orderRepository, ILogger<TableReport> logger)