Правки

This commit is contained in:
nikbel2004@outlook.com 2024-05-10 23:30:01 +04:00
parent bb579952af
commit 4052b10931

View File

@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace FurnitureAssemblyContracts.BindingModels
{
// Реализация сущности "Отчёт"
public class ReportBindingModel
{
public string FileName { get; set; } = string.Empty;