чтот какие-то изменени в лабе 2

This commit is contained in:
ekallin 2024-02-26 08:37:22 +04:00
parent 163e6ded4e
commit 8be30b7568
2 changed files with 1 additions and 11 deletions

View File

@ -1,5 +1,4 @@

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging;
using SushiBarContracts.BindingModel;
using SushiBarContracts.BusinessLogicsContracts;
using SushiBarContracts.SearchModel;

View File

@ -2,15 +2,6 @@
using SushiBar;
using SushiBarContracts.BindingModel;
using SushiBarContracts.BusinessLogicsContracts;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SushiBarView
{