PIbd-22_Chernyshev_G.Y._LabWork05_Hard #13
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