2023-03-06 13:17:07 +04:00

13 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConfectioneryContracts.StoragesContract
{
internal class IImplementerStorage
{
}
}