ПИбд-22 Боровков М В 4 лабораторная работа #4

Closed
bekodeg wants to merge 23 commits from labWork4 into labWork3
2 changed files with 0 additions and 2 deletions
Showing only changes of commit eaf3cca0da - Show all commits

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;
}
}
}