diff --git a/.gitignore b/.gitignore index 5945aca..26212b2 100644 --- a/.gitignore +++ b/.gitignore @@ -396,4 +396,4 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml \ No newline at end of file +*.sln.iml 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; - } } } diff --git a/SushiBar/SushiBarView/SushiBarView.csproj b/SushiBar/SushiBarView/SushiBarView.csproj deleted file mode 100644 index f855409..0000000 --- a/SushiBar/SushiBarView/SushiBarView.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - - WinExe - net6.0-windows - enable - true - enable - - - - - - - - - - - - - - \ No newline at end of file