Добавил 1 класс

This commit is contained in:
ujijrujijr 2024-04-17 11:10:09 +04:00
parent ea76c16689
commit 541f31e3a9

View File

@ -0,0 +1,14 @@
using GarmentFactoryContracts.StoragesContracts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GarmentFactoryFileImplement.Implements
{
public class ShopStorage : IShopStorage
{
}
}