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