Hard-coded strings like file names, ... for example in Report.cs `ReportPages.ForEach((reportPage, index) => printDialog.PrintVisual(reportPage.LayoutRoot, $"Карточка Точки {index + 1}"));`
Hard-coded strings like file names, ...
for example in Report.cs