Слияние

This commit is contained in:
dasha 2023-02-12 16:26:50 +04:00
commit 5b9722bae2

View File

@ -4,10 +4,9 @@ using NLog.Extensions.Logging;
using SushiBarBusinessLogic.BusinessLogics; using SushiBarBusinessLogic.BusinessLogics;
using SushiBarContracts.BusinessLogicsContracts; using SushiBarContracts.BusinessLogicsContracts;
using SushiBarContracts.StoragesContracts; using SushiBarContracts.StoragesContracts;
using SushiBarFileImplement.Implements; using SushiBarListImplement.Implements;
using SushiBarView;
namespace SushiBar namespace SushiBarView
{ {
internal static class Program internal static class Program
{ {