PIbd-23-Nasyrov-A.G.-Flower.../FlowerShopDataModels/IId.cs

13 lines
194 B
C#
Raw Normal View History

2024-02-08 13:59:58 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlowerShopDataModels
{
internal interface IId
{
}
}