IMessageInfoStorage added
This commit is contained in:
parent
8a83c1e867
commit
b832114df4
@ -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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user