Method GetReadRevision
GetReadRevision(IPrimaryKey)
Retrieves the read revision history for the specified primary keys.
Task<List<RevisionItem>> GetReadRevision(IPrimaryKey primarykeys)
Parameters
primarykeys
IPrimaryKeyThe primary keys of the entity.
Returns
- Task<List<RevisionItem>>
A list of revision items.