IMessageInfoStorage added

This commit is contained in:
VictoriaPresnyakova 2023-04-30 17:50:09 +04:00
parent 8a83c1e867
commit b832114df4

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JewelryStoreContracts.StoragesContracts
{
internal interface IMessageInfoStorage
{
}
}