From 50ff12238f36b194c9b7a31cf212df7c19cf0e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Mon, 20 May 2024 10:55:41 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=D0=B0=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=83=D1=81=20=D0=B7=D0=B0=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=20=D0=B8=D0=B7=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BE=D1=82=D1=87=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBarContracts/BindingModel/ReportBindingModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SushiBarContracts/BindingModel/ReportBindingModel.cs b/SushiBarContracts/BindingModel/ReportBindingModel.cs index 752772f..1442a47 100644 --- a/SushiBarContracts/BindingModel/ReportBindingModel.cs +++ b/SushiBarContracts/BindingModel/ReportBindingModel.cs @@ -7,7 +7,5 @@ namespace SushiBarContracts.BindingModel public string FileName { get; set; } = string.Empty; public DateTime? DateFrom { get; set; } public DateTime? DateTo { get; set; } - public OrderStatus Status { get; set; } = OrderStatus.Неизвестен; - } }