MessageInfoStorage added

This commit is contained in:
VictoriaPresnyakova 2023-04-30 19:39:04 +04:00
parent 3987593860
commit b2cfb32fa3

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JewelryStoreDatabaseImplement.Implements
{
internal class MessageInfoStorage
{
}
}