Class EntityRequestDto<TKey>
Inherited Members
Namespace: Code.Library.Dtos
Assembly: Code.Library.dll
Syntax
public class EntityRequestDto<TKey>
Type Parameters
| Name | Description |
|---|---|
| TKey |
Properties
| Improve this Doc View SourceId
Id of the entity.
Declaration
public TKey Id { get; set; }
Property Value
| Type | Description |
|---|---|
| TKey |