8 lines
120 B
C#
8 lines
120 B
C#
namespace ServiceStationDataModels.HelperInterfaces
|
|
{
|
|
public interface IId
|
|
{
|
|
int ID { get; }
|
|
}
|
|
}
|