Interface IEntityEto<TKey>
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public interface IEntityEto<TKey>
Type Parameters
Name | Description |
---|---|
TKey |
Properties
Id
Declaration
TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |