From eaf3cca0dad596b966962138f5ec90ba7ac24a84 Mon Sep 17 00:00:00 2001 From: bekodeg Date: Mon, 29 Apr 2024 18:18:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBar/Forms/FormReportOrdersLogic.cs | 1 - SushiBar/SushiBarDatabaseImplement/Models/Sushi.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/SushiBar/SushiBar/Forms/FormReportOrdersLogic.cs b/SushiBar/SushiBar/Forms/FormReportOrdersLogic.cs index 65f1693..b8da484 100644 --- a/SushiBar/SushiBar/Forms/FormReportOrdersLogic.cs +++ b/SushiBar/SushiBar/Forms/FormReportOrdersLogic.cs @@ -2,7 +2,6 @@ using Microsoft.Reporting.WinForms; using SushiBarContracts.BindingModels; using SushiBarContracts.BusinessLogicsContracts; -using System.Windows.Forms; namespace SushiBar.Forms { diff --git a/SushiBar/SushiBarDatabaseImplement/Models/Sushi.cs b/SushiBar/SushiBarDatabaseImplement/Models/Sushi.cs index 04d23cf..ea0c130 100644 --- a/SushiBar/SushiBarDatabaseImplement/Models/Sushi.cs +++ b/SushiBar/SushiBarDatabaseImplement/Models/Sushi.cs @@ -88,7 +88,6 @@ namespace SushiBarDatabaseImplement.Models context.SaveChanges(); } _sushiComponents = null; - } } }