8 lines
100 B
C#
8 lines
100 B
C#
namespace IM.DomainCommons
|
|
{
|
|
public interface IEntity
|
|
{
|
|
Guid Id { get; }
|
|
}
|
|
}
|