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