7 lines
73 B
C#
7 lines
73 B
C#
|
namespace DataModels
|
|||
|
{
|
|||
|
public interface IId
|
|||
|
{
|
|||
|
int Id { get; }
|
|||
|
}
|
|||
|
}
|