ISEBbd-22_Novopoltsev_A.A._.../RenovationWork/RenovationWorkDataModels/IId.cs

15 lines
256 B
C#
Raw Normal View History

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