PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantDataModels/IId.cs
Катя Ихонкина f1a5244eef Коммит1
2023-02-19 11:27:59 +04:00

13 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantDataModels
{
public interface IId
{
int Id { get; }
}
}