Compare commits

...

3 Commits

Author SHA1 Message Date
e378dbb4e9 ЛР2 2023-02-12 16:27:41 +04:00
5b9722bae2 Слияние 2023-02-12 16:26:50 +04:00
4a2b0c5192 Изменение пространства имен 2023-02-12 16:23:30 +04:00

View File

@ -5,9 +5,8 @@ using SushiBarBusinessLogic.BusinessLogics;
using SushiBarContracts.BusinessLogicsContracts;
using SushiBarContracts.StoragesContracts;
using SushiBarFileImplement.Implements;
using SushiBarView;
namespace SushiBar
namespace SushiBarView
{
internal static class Program
{