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