Interface IEntityDto<TKey>
Namespace: Code.Library.Dtos
Assembly: Code.Library.dll
Syntax
public interface IEntityDto<TKey> : IEntityDto
Type Parameters
Name | Description |
---|---|
TKey |
Properties
| Improve this Doc View SourceId
Declaration
TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |