2024-07-23 21:32:13 +04:00

13 lines
214 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeautySalonContracts.StorageContracts
{
internal interface IReceiptStorage
{
}
}