небольшие фиксы

This commit is contained in:
bekodeg 2024-04-29 18:18:05 +04:00
parent c28980e199
commit eaf3cca0da
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
using Microsoft.Reporting.WinForms;
using SushiBarContracts.BindingModels;
using SushiBarContracts.BusinessLogicsContracts;
using System.Windows.Forms;
namespace SushiBar.Forms
{

View File

@ -88,7 +88,6 @@ namespace SushiBarDatabaseImplement.Models
context.SaveChanges();
}
_sushiComponents = null;
}
}
}