Interface IEntityDto<TKey>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IEntityDto<TKey> : IEntityDto
Type Parameters
Name | Description |
---|---|
TKey |
Properties
Id
Declaration
TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |