Номер | "; + html += $"Дата заказа | "; + html += $"Мебельный модуль | "; + html += $"Сумма | "; + html += "
---|---|---|---|
{i} | "; + html += $"{report.DateCreate} | "; + html += $"{furnitureModule.Name} | "; + html += $"{furnitureModule.Cost} | "; + html += "
Итого: {report.Sum}
"; + } + html += $"
+ Request ID: @Model.RequestId
+