Добавил 1 класс
This commit is contained in:
parent
ea76c16689
commit
541f31e3a9
14
GarmentFactoryFileImplement/Implements/ShopStorage.cs
Normal file
14
GarmentFactoryFileImplement/Implements/ShopStorage.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user